Lines 5-11
Link Here
|
5 |
# $FreeBSD: ports/print/abcm2ps/Makefile,v 1.8 2004/12/23 10:19:41 krion Exp $ |
5 |
# $FreeBSD: ports/print/abcm2ps/Makefile,v 1.8 2004/12/23 10:19:41 krion Exp $ |
6 |
|
6 |
|
7 |
PORTNAME= abcm2ps |
7 |
PORTNAME= abcm2ps |
8 |
PORTVERSION= 3.7.21 |
8 |
PORTVERSION= 4.12.19 |
9 |
CATEGORIES= print audio |
9 |
CATEGORIES= print audio |
10 |
MASTER_SITES= http://moinejf.free.fr/ |
10 |
MASTER_SITES= http://moinejf.free.fr/ |
11 |
|
11 |
|
Lines 15-29
Link Here
|
15 |
GNU_CONFIGURE= yes |
15 |
GNU_CONFIGURE= yes |
16 |
ALL_TARGET= ${PORTNAME} |
16 |
ALL_TARGET= ${PORTNAME} |
17 |
|
17 |
|
18 |
PORTDOCS= README |
18 |
PORTDOCS= Changes README deco.abc journey.abc mtunes1.abc mtunes2.abc \ |
|
|
19 |
multilang.abc newfeatures.abc sample.abc sample2.abc \ |
20 |
sample3.abc sample4.abc voices.abc sample3.eps features.txt \ |
21 |
format.txt options.txt |
19 |
PLIST_FILES= bin/abcm2ps %%DATADIR%%/fbook.fmt %%DATADIR%%/fonts.fmt \ |
22 |
PLIST_FILES= bin/abcm2ps %%DATADIR%%/fbook.fmt %%DATADIR%%/fonts.fmt \ |
20 |
%%DATADIR%%/landscape.fmt %%DATADIR%%/tight.fmt |
23 |
%%DATADIR%%/landscape.fmt %%DATADIR%%/tight.fmt |
21 |
PLIST_DIRS= %%DATADIR%% |
24 |
PLIST_DIRS= %%DATADIR%% |
22 |
|
25 |
|
23 |
post-install: |
26 |
do-install: |
|
|
27 |
${INSTALL_PROGRAM} ${WRKSRC}/abcm2ps ${PREFIX}/bin |
28 |
@${MKDIR} ${DATADIR} |
29 |
${INSTALL_DATA} ${WRKSRC}/*.fmt ${DATADIR} |
24 |
.if !defined(NOPORTDOCS) |
30 |
.if !defined(NOPORTDOCS) |
25 |
@${MKDIR} ${DOCSDIR} |
31 |
@${MKDIR} ${DOCSDIR} |
26 |
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} |
32 |
.for file in ${PORTDOCS} |
|
|
33 |
@${MKDIR} ${DOCSDIR} |
34 |
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} |
35 |
.endfor |
27 |
.endif |
36 |
.endif |
28 |
|
37 |
|
29 |
.include <bsd.port.mk> |
38 |
.include <bsd.port.mk> |
|
|
39 |
|