1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00
freebsd-ports/cad/sceptre/Makefile
Edwin Groothuis 3235756d38 Update port: cad/sceptre update MASTER_SITE
- Update MASTER_SITE to fix fetch problem.

Also add sha246

PR:		ports/88009
Submitted by:	Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
Approved by:	maintainer timeout
2005-11-22 07:34:59 +00:00

28 lines
656 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= http://ftp.osuosl.org/pub/FreeBSD/distfiles/
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>