openbsd-ports/editors/hexedit/Makefile

27 lines
546 B
Makefile
Raw Normal View History

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