openbsd-ports/textproc/rman/Makefile

26 lines
559 B
Makefile
Raw Normal View History

2010-10-19 03:54:21 -04:00
# $OpenBSD: Makefile,v 1.21 2010/10/19 07:54:25 espie Exp $
1997-11-18 19:08:17 -05:00
COMMENT= reverse compile man pages from formatted form
2003-11-07 23:55:51 -05:00
DISTNAME= rman-3.2
1997-11-18 19:08:17 -05:00
CATEGORIES= textproc
HOMEPAGE= http://polyglotman.sourceforge.net/
1997-11-18 19:08:17 -05:00
2003-11-15 10:12:53 -05:00
# Artistic
PERMIT_PACKAGE_CDROM= Yes
2000-03-23 01:51:15 -05:00
PERMIT_PACKAGE_FTP= Yes
2003-11-15 10:12:53 -05:00
PERMIT_DISTFILES_CDROM= Yes
2000-03-23 01:51:15 -05:00
PERMIT_DISTFILES_FTP= Yes
2004-12-06 19:23:20 -05:00
WANTLIB= c
2000-03-23 01:51:15 -05:00
2003-06-22 22:29:34 -04:00
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=polyglotman/}
2010-10-19 03:54:21 -04:00
USE_GROFF = Yes
2002-10-28 17:43:46 -05:00
NO_REGRESS= Yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/rman ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/rman.1 ${PREFIX}/man/man1
1997-11-18 19:08:17 -05:00
.include <bsd.port.mk>