e8a2398d62
with its contents.
35 lines
981 B
Makefile
35 lines
981 B
Makefile
# $OpenBSD: Makefile,v 1.12 2001/06/20 01:43:30 pvalchev Exp $
|
|
# Original from: Ejovi Nuwere <ejovi@ejovi.net>
|
|
|
|
COMMENT= 'alpha-release readers for reading SOUP and QWK packets'
|
|
|
|
DISTNAME= plor-0.3.2
|
|
CATEGORIES= news
|
|
NEED_VERSION= 1.405
|
|
|
|
MAINTAINER= ports@OpenBSD.ORG
|
|
|
|
# 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= ../AUTHORS ../NEWS TODO plor-1.html plor-2.html \
|
|
plor.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>
|