openbsd-ports/news/plor/Makefile
naddy ab18dfc652 * fgetc() returns int
While we're here:
* prune useless docs
* md5 -> distinfo
* some cleanup
2002-02-20 20:59:13 +00:00

31 lines
871 B
Makefile

# $OpenBSD: Makefile,v 1.14 2002/02/20 20:59:13 naddy Exp $
COMMENT= "alpha-release readers for reading SOUP and QWK packets"
DISTNAME= plor-0.3.2
CATEGORIES= news
NEED_VERSION= 1.504
# License: GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ftp://linux.psy.unipd.it/pub/pluto/developers/utils/
CONFIGURE_STYLE= gnu
DOCFILES= plor.html plor-1.html plor-2.html plor.txt
post-install:
${INSTALL_PROGRAM} ${WRKSRC}/plor ${PREFIX}/bin
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/plor
.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>