fe72f08fce
Change Michael Knudsen's email address and two ports and mk takes maintainership of editors/hexcurse with the previous maintainers consent.
24 lines
509 B
Makefile
24 lines
509 B
Makefile
# $OpenBSD: Makefile,v 1.6 2005/10/11 17:02:25 mbalmer Exp $
|
|
|
|
COMMENT= "user-friendly ncurses-based hexeditor with many features"
|
|
|
|
DISTNAME= hexcurse-1.55
|
|
CATEGORIES= editors
|
|
|
|
HOMEPAGE= http://www.jewfish.net/description.php?title=HexCurse
|
|
|
|
MAINTAINER= Michael Knudsen <mk@molioner.dk>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
WANTLIB= c ncurses
|
|
|
|
MASTER_SITES= http://jewfish.net/downloads/
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|