openbsd-ports/editors/hexedit/Makefile

26 lines
531 B
Makefile
Raw Normal View History

2005-07-04 20:59:21 -04:00
# $OpenBSD: Makefile,v 1.21 2005/07/05 00:59:21 brad 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
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>