openbsd-ports/textproc/spiff/Makefile

27 lines
551 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.16 2011/07/03 22:55:26 naddy 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
REVISION= 1
1998-09-23 19:34:01 -04:00
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
PERMIT_PACKAGE_CDROM= no fee
PERMIT_PACKAGE_FTP= may not modify
PERMIT_DISTFILES_CDROM= no fee
2000-03-23 01:51:15 -05:00
PERMIT_DISTFILES_FTP= Yes
2004-12-06 19:23:20 -05:00
WANTLIB= c m
2000-03-23 01:51:15 -05:00
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.1 ${PREFIX}/man/man1
1998-09-23 19:34:01 -04:00
.include <bsd.port.mk>