mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
36 lines
945 B
Makefile
36 lines
945 B
Makefile
# New ports collection makefile for: plor
|
|
# Version Required: 0.3.0
|
|
# Date Created: 30 Dec 1996
|
|
# Whom: Tim Vanderhoek <ac199@freenet.hamilton.on.ca>
|
|
#
|
|
# $Id: Makefile,v 1.3 1997/10/01 21:59:38 hoek Exp $
|
|
#
|
|
|
|
DISTNAME= plor-0.3.1
|
|
CATEGORIES= news
|
|
MASTER_SITES= ftp://ftp.psy.unipd.it/pub/pluto/developers/ \
|
|
ftp://ftp.unipd.it/pub/Linux/pluto/developers/
|
|
|
|
MAINTAINER= hoek@FreeBSD.ORG
|
|
|
|
RUN_DEPENDS= zip:${PORTSDIR}/archivers/zip
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= plor.1
|
|
|
|
DOCFILES= ../AUTHORS ../NEWS TODO plor-1.html plor-2.html \
|
|
plor.html plor.txt
|
|
|
|
post-install:
|
|
.if !defined{NOPORTDOCS}
|
|
@${MKDIR} ${PREFIX}/share/doc/plor
|
|
.for f in ${DOCFILES}
|
|
${INSTALL_DATA} ${WRKSRC}/docs/${f} ${PREFIX}/share/doc/plor
|
|
.endfor
|
|
.endif
|
|
${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>
|