26 lines
532 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.22 2007/09/16 00:44:00 merdely Exp $
1998-08-11 10:14:11 +00:00
COMMENT= view and edit files in hexadecimal or ASCII
DISTNAME= hexedit-1.2.10
1998-08-11 10:14:11 +00:00
CATEGORIES= editors
MASTER_SITES= http://www.chez.com/prigaux/ \
http://merd.net/pixel/
EXTRACT_SUFX= .src.tgz
2000-03-24 05:14:58 +00:00
2001-10-02 15:45:52 +00:00
HOMEPAGE= http://www.chez.com/prigaux/hexedit.html
# GPL
2000-03-24 05:14:58 +00:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2004-11-24 11:08:02 +00:00
WANTLIB= c curses
2000-03-24 05:14:58 +00:00
2001-10-02 15:45:52 +00:00
CONFIGURE_STYLE= gnu dest
NO_REGRESS= Yes
1998-08-11 10:14:11 +00:00
WRKDIST= ${WRKDIR}/hexedit
1998-08-11 10:14:11 +00:00
.include <bsd.port.mk>