freebsd-ports/cad/sceptre/Makefile
Ade Lovett 7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00

27 lines
654 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
COMMENT= SCEPTRE is a general purpose circuit analysis program
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>