openbsd-ports/textproc/par/Makefile

35 lines
634 B
Makefile
Raw Normal View History

2010-11-20 14:56:47 -05:00
# $OpenBSD: Makefile,v 1.18 2010/11/20 19:56:51 espie Exp $
1998-05-17 00:56:57 -04:00
COMMENT= paragraph reflow for email
2002-06-10 03:33:57 -04:00
VERSION= 1.52
DISTNAME= Par${VERSION:S/.//}
2010-11-20 14:56:47 -05:00
PKGNAME= par-${VERSION}
REVISION = 0
1998-05-17 00:56:57 -04:00
CATEGORIES= textproc
2002-06-10 03:33:57 -04:00
2002-08-09 13:40:23 -04:00
HOMEPAGE= http://www.nicemice.net/par/
1998-05-17 00:56:57 -04:00
2003-11-15 10:12:53 -05:00
# custom
2000-03-23 01:51:15 -05:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2004-12-06 19:23:20 -05:00
WANTLIB= c
2000-03-23 01:51:15 -05:00
2002-06-10 03:33:57 -04:00
MASTER_SITES= ${HOMEPAGE}
1998-05-17 00:56:57 -04:00
ALL_TARGET=
2010-10-19 03:54:21 -04:00
USE_GROFF = Yes
1998-05-17 00:56:57 -04:00
2002-10-28 17:43:46 -05:00
NO_REGRESS= Yes
1998-05-17 00:56:57 -04:00
do-configure:
2002-06-10 03:33:57 -04:00
cd ${WRKSRC}; cp protoMakefile Makefile
1998-05-17 00:56:57 -04:00
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/par ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/par.1 ${PREFIX}/man/man1
.include <bsd.port.mk>