summaryrefslogtreecommitdiff
path: root/cad/sceptre/Makefile
blob: ebda0cced9adff159e0fc081fd80ac4831f476e0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# 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

BUILD_DEPENDS=	f77:${PORTSDIR}/lang/f77

NO_WRKSUBDIR=	YES

post-install:
.if !defined(NOPORTDOCS)
	  ${MKDIR} ${PREFIX}/share/doc/sceptre
	  ${INSTALL_MAN} ${WRKSRC}/doc/doc_en.pdf ${PREFIX}/share/doc/sceptre/doc_en.pdf
	  ${INSTALL_MAN} ${WRKSRC}/doc/doc_ger.pdf ${PREFIX}/share/doc/sceptre/doc_ger.pdf
.endif

.include <bsd.port.mk>