freebsd-ports/cad/sceptre/Makefile
Pete Fritchman f022aa07f5 - add NOPORTDOCS support to pkg-plist
- use ${INSTALL_DATA} for docs, not ${INSTALL_MAN}
- maintainer should be grog@FreeBSD.org, not just 'grog'

PR:		28755
Submitted by:	Patrick Li <pat@databits.net>
Approved by:	maintainer
2001-08-30 04:49:12 +00:00

26 lines
591 B
Makefile

# New ports collection makefile for: sceptre
# Date created: 11 February 2001
# Whom: grog
#
# $FreeBSD$
#
PORTNAME= sceptre
PORTVERSION= 00.317
CATEGORIES= cad
MASTER_SITES= ftp://novilux.fh-friedberg.de/pub/sceptre/
MAINTAINER= grog@FreeBSD.org
BUILD_DEPENDS= f77:${PORTSDIR}/lang/f77
NO_WRKSUBDIR= YES
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/sceptre
${INSTALL_DATA} ${WRKSRC}/doc/doc_en.pdf ${PREFIX}/share/doc/sceptre/doc_en.pdf
${INSTALL_DATA} ${WRKSRC}/doc/doc_ger.pdf ${PREFIX}/share/doc/sceptre/doc_ger.pdf
.endif
.include <bsd.port.mk>