openbsd-ports/editors/hexedit/Makefile

27 lines
623 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.14 2000/10/22 15:41:50 espie 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
2000-09-24 03:03:59 -04:00
NEED_VERSION= 1.330
2000-03-24 00:14:58 -05:00
MASTER_SITES= http://pixel.linuxave.net/
EXTRACT_SUFX= .src.tgz
2000-03-24 00:14:58 -05:00
2000-09-24 03:03:59 -04:00
MAINTAINER= Brad Smith <brad@openbsd.org>
1998-08-11 06:14:11 -04:00
2000-03-24 00:14:58 -05:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE=gnu dest
2000-02-12 03:02:07 -05:00
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>