Makefile 427 B

123456789101112131415161718192021
  1. # $OpenBSD: Makefile,v 1.11 2015/01/22 18:41:16 naddy Exp $
  2. COMMENT= user-friendly ncurses-based hexeditor with many features
  3. DISTNAME= hexcurse-1.55
  4. CATEGORIES= editors
  5. HOMEPAGE= http://www.jewfish.net/description.php?title=HexCurse
  6. MAINTAINER= Michael Knudsen <mk@molioner.dk>
  7. # GPL
  8. PERMIT_PACKAGE_CDROM= Yes
  9. WANTLIB= c ncurses
  10. MASTER_SITES= http://jewfish.net/downloads/
  11. CONFIGURE_STYLE= gnu
  12. .include <bsd.port.mk>