Makefile 451 B

12345678910111213141516171819202122232425
  1. # $OpenBSD: Makefile,v 1.25 2013/03/11 11:02:49 espie Exp $
  2. COMMENT= view and edit files in hexadecimal or ASCII
  3. DISTNAME= hexedit-1.2.12
  4. CATEGORIES= editors
  5. MASTER_SITES= http://www.chez.com/prigaux/ \
  6. http://merd.net/pixel/
  7. EXTRACT_SUFX= .src.tgz
  8. HOMEPAGE= http://www.chez.com/prigaux/hexedit.html
  9. # GPL
  10. PERMIT_PACKAGE_CDROM= Yes
  11. WANTLIB= c curses
  12. CONFIGURE_STYLE= gnu dest
  13. NO_TEST= Yes
  14. WRKDIST= ${WRKDIR}/hexedit
  15. .include <bsd.port.mk>