openbsd-ports/editors/hexedit/Makefile

26 lines
605 B
Makefile
Raw Normal View History

2000-02-12 03:02:07 -05:00
# $OpenBSD: Makefile,v 1.9 2000/02/12 08:02:16 turan Exp $
1999-03-28 15:25:15 -05:00
# $FreeBSD: Makefile,v 1.1.1.1 1998/08/10 00:31:40 steve Exp $
1998-08-11 06:14:11 -04:00
1999-03-28 15:25:15 -05:00
DISTNAME= hexedit-1.1.0
1998-08-11 06:14:11 -04:00
CATEGORIES= editors
MASTER_SITES= http://pixel.linuxbox.com/
EXTRACT_SUFX= .src.tgz
2000-02-10 19:37:15 -05:00
NEED_VERSION= 1.191
1998-10-08 19:03:32 -04:00
1999-03-28 15:25:15 -05:00
MAINTAINER= brad@openbsd.org
1998-08-11 06:14:11 -04:00
2000-02-12 03:02:07 -05:00
LICENSE_TYPE= GPL
PERMIT_PKG_CDROM= YES
PERMIT_PKG_FTP= YES
PERMIT_DISTF_CDROM= YES
PERMIT_DISTF_FTP= YES
GNU_CONFIGURE= yes
2000-02-10 19:37:15 -05:00
WRKDIST= ${WRKDIR}/hexedit
1998-08-11 06:14:11 -04:00
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/hexedit
cd ${WRKSRC}; ${INSTALL_DATA} COPYING TODO Changes ${PREFIX}/share/doc/hexedit
1998-08-11 06:14:11 -04:00
.include <bsd.port.mk>