|
Lines 10-16
Link Here
|
| 10 |
CATEGORIES= cad |
10 |
CATEGORIES= cad |
| 11 |
MASTER_SITES= ftp://novilux.fh-friedberg.de/pub/sceptre/ |
11 |
MASTER_SITES= ftp://novilux.fh-friedberg.de/pub/sceptre/ |
| 12 |
|
12 |
|
| 13 |
MAINTAINER= grog |
13 |
MAINTAINER= grog@FreeBSD.org |
| 14 |
|
14 |
|
| 15 |
BUILD_DEPENDS= f77:${PORTSDIR}/lang/f77 |
15 |
BUILD_DEPENDS= f77:${PORTSDIR}/lang/f77 |
| 16 |
|
16 |
|
|
Lines 19-26
Link Here
|
| 19 |
post-install: |
19 |
post-install: |
| 20 |
.if !defined(NOPORTDOCS) |
20 |
.if !defined(NOPORTDOCS) |
| 21 |
${MKDIR} ${PREFIX}/share/doc/sceptre |
21 |
${MKDIR} ${PREFIX}/share/doc/sceptre |
| 22 |
${INSTALL_MAN} ${WRKSRC}/doc/doc_en.pdf ${PREFIX}/share/doc/sceptre/doc_en.pdf |
22 |
${INSTALL_DATA} ${WRKSRC}/doc/doc_en.pdf ${PREFIX}/share/doc/sceptre/doc_en.pdf |
| 23 |
${INSTALL_MAN} ${WRKSRC}/doc/doc_ger.pdf ${PREFIX}/share/doc/sceptre/doc_ger.pdf |
23 |
${INSTALL_DATA} ${WRKSRC}/doc/doc_ger.pdf ${PREFIX}/share/doc/sceptre/doc_ger.pdf |
| 24 |
.endif |
24 |
.endif |
| 25 |
|
25 |
|
| 26 |
.include <bsd.port.mk> |
26 |
.include <bsd.port.mk> |