2013-07-31 11:56:17 +00:00
|
|
|
# Created by: Tim Vanderhoek <ac199@freenet.hamilton.on.ca>
|
1999-08-30 14:33:04 +00:00
|
|
|
# $FreeBSD$
|
1997-01-17 14:32:45 +00:00
|
|
|
|
2000-04-09 17:33:32 +00:00
|
|
|
PORTNAME= plor
|
2001-01-05 08:01:17 +00:00
|
|
|
PORTVERSION= 0.3.3
|
2004-02-04 05:10:27 +00:00
|
|
|
PORTREVISION= 1
|
1997-01-17 14:32:45 +00:00
|
|
|
CATEGORIES= news
|
2001-01-05 08:01:17 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
|
|
|
MASTER_SITE_SUBDIR= system/bbs/mail
|
1997-01-17 14:32:45 +00:00
|
|
|
|
2009-11-10 08:59:06 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2013-12-27 09:45:54 +00:00
|
|
|
COMMENT= Alpha-release reader for reading SOUP and QWK packets
|
1997-10-01 21:59:54 +00:00
|
|
|
|
2000-04-21 07:52:25 +00:00
|
|
|
RUN_DEPENDS= zip:${PORTSDIR}/archivers/zip
|
1997-10-01 21:59:54 +00:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2013-12-27 09:45:54 +00:00
|
|
|
USES= gmake perl5
|
1997-01-17 14:32:45 +00:00
|
|
|
|
1997-10-01 21:59:54 +00:00
|
|
|
DOCFILES= ../AUTHORS ../NEWS TODO plor-1.html plor-2.html \
|
1997-01-17 14:32:45 +00:00
|
|
|
plor.html plor.txt
|
|
|
|
|
1997-10-01 21:59:54 +00:00
|
|
|
post-install:
|
2013-12-27 09:45:54 +00:00
|
|
|
@${MKDIR} ${STAGEDIR}${PREFIX}/share/doc/plor
|
1997-10-01 21:59:54 +00:00
|
|
|
.for f in ${DOCFILES}
|
2013-12-27 09:45:54 +00:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/docs/${f} ${STAGEDIR}${PREFIX}/share/doc/plor
|
1997-10-01 21:59:54 +00:00
|
|
|
.endfor
|
2013-12-27 09:45:54 +00:00
|
|
|
${INSTALL_MAN} ${FILESDIR}/plor.1 ${STAGEDIR}${PREFIX}/man/man1/plor.1
|
|
|
|
${PERL} -pi -e '$$a = '\''${PREFIX}/share/doc/plor/'\''; $$a =~ s/([^\w\/])/\\$$1/g; s/FUNKYTOKENHERE/$$a/' ${STAGEDIR}${PREFIX}/man/man1/plor.1
|
1997-01-17 14:32:45 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|