2007-09-15 17:41:50 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.18 2007/09/15 21:41:50 merdely Exp $
|
1997-12-19 21:36:06 -05:00
|
|
|
|
2007-09-15 17:41:50 -04:00
|
|
|
COMMENT= alpha-release readers for reading SOUP and QWK packets
|
2001-04-21 12:58:03 -04:00
|
|
|
|
1999-02-20 20:01:51 -05:00
|
|
|
DISTNAME= plor-0.3.2
|
1997-12-19 21:36:06 -05:00
|
|
|
CATEGORIES= news
|
|
|
|
|
2001-06-19 21:43:11 -04:00
|
|
|
# License: GPL
|
2000-04-24 02:22:12 -04:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2004-12-02 14:19:58 -05:00
|
|
|
WANTLIB= c
|
2000-02-12 03:02:07 -05:00
|
|
|
|
2001-04-21 12:58:03 -04:00
|
|
|
MASTER_SITES= ftp://linux.psy.unipd.it/pub/pluto/developers/utils/
|
1997-12-19 21:36:06 -05:00
|
|
|
|
2002-04-08 16:09:24 -04:00
|
|
|
CONFIGURE_STYLE= gnu dest
|
1997-12-19 21:36:06 -05:00
|
|
|
|
2002-02-20 15:59:13 -05:00
|
|
|
DOCFILES= plor.html plor-1.html plor-2.html plor.txt
|
1997-12-19 21:36:06 -05:00
|
|
|
|
|
|
|
post-install:
|
2000-04-24 02:22:12 -04:00
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/plor
|
1997-12-19 21:36:06 -05:00
|
|
|
.for f in ${DOCFILES}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/docs/${f} ${PREFIX}/share/doc/plor
|
|
|
|
.endfor
|
|
|
|
${INSTALL_MAN} ${FILESDIR}/plor.1 ${PREFIX}/man/man1/plor.1
|
|
|
|
perl -pi -e '$$a = '\''${PREFIX}/share/doc/plor/'\''; $$a =~ s/([^\w\/])/\\$$1/g; s/FUNKYTOKENHERE/$$a/' ${PREFIX}/man/man1/plor.1
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|