openbsd-ports/textproc/spiff/Makefile

25 lines
532 B
Makefile
Raw Normal View History

2003-11-15 10:12:53 -05:00
# $OpenBSD: Makefile,v 1.10 2003/11/15 15:12:55 sturm Exp $
1998-09-23 19:34:01 -04:00
COMMENT= "very flexible diff-like program"
1998-09-23 19:34:01 -04:00
DISTNAME= spiff-1.0
CATEGORIES= textproc
2002-10-28 17:43:46 -05:00
1998-09-23 19:34:01 -04:00
MASTER_SITES= http://www.darwinsys.com/freeware/
MAINTAINER= Ian Darwin <ian@openbsd.org>
1998-09-23 19:34:01 -04:00
2003-11-15 10:12:53 -05:00
# custom
2000-03-23 01:51:15 -05:00
PERMIT_PACKAGE_CDROM= "no fee"
2003-11-15 10:12:53 -05:00
PERMIT_PACKAGE_FTP= "may not modify"
2000-03-23 01:51:15 -05:00
PERMIT_DISTFILES_CDROM= "no fee"
PERMIT_DISTFILES_FTP= Yes
2002-10-28 17:43:46 -05:00
NO_REGRESS= Yes
1998-09-23 19:34:01 -04:00
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/spiff ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/spiff.0 ${PREFIX}/man/man1
.include <bsd.port.mk>