2011-03-14 16:49:49 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.10 2011/03/14 20:49:50 jasper Exp $
|
2004-02-20 20:11:46 -05:00
|
|
|
|
2007-09-15 16:59:36 -04:00
|
|
|
COMMENT= RTF document converter
|
2002-08-21 11:43:37 -04:00
|
|
|
|
2005-05-15 14:09:40 -04:00
|
|
|
VERSION= 0.19.3
|
2002-08-21 11:43:37 -04:00
|
|
|
DISTNAME= unrtf-${VERSION}
|
2011-03-14 16:49:49 -04:00
|
|
|
REVISION= 0
|
2002-08-21 11:43:37 -04:00
|
|
|
CATEGORIES= textproc
|
|
|
|
|
2004-02-20 20:18:07 -05:00
|
|
|
HOMEPAGE= http://www.gnu.org/software/unrtf/unrtf.html
|
2002-08-21 11:43:37 -04:00
|
|
|
|
2004-02-20 20:11:46 -05:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=unrtf/}
|
2002-08-21 11:43:37 -04:00
|
|
|
|
|
|
|
# GPL
|
|
|
|
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
|
2002-08-21 11:43:37 -04:00
|
|
|
|
2004-02-20 20:11:46 -05:00
|
|
|
MAKE_FLAGS= CFLAGS='${CFLAGS}' CC='${CC}'
|
2010-10-19 03:54:21 -04:00
|
|
|
USE_GROFF = Yes
|
2002-08-21 11:43:37 -04:00
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/unrtf ${PREFIX}/bin
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/unrtf
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/doc/unrtf.html ${PREFIX}/share/doc/unrtf/unrtf.html
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/unrtf.1 ${PREFIX}/man/man1
|
|
|
|
|
2004-02-20 20:11:46 -05:00
|
|
|
REGRESS_TARGET= tests
|
|
|
|
REGRESS_FLAGS= PATH=${WRKSRC}
|
2002-08-21 11:43:37 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|