aboutsummaryrefslogtreecommitdiffstats
path: root/print/abcm2ps/Makefile
blob: c1bb639d83986d8d21bfd64d6694413078ae316b (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
27
28
29
# New ports collection makefile for:    abcm2ps
# Date created:             2003-06-27
# Whom:                 arved
#
# $FreeBSD$

PORTNAME=   abcm2ps
PORTVERSION=    3.7.20
CATEGORIES= print audio
MASTER_SITES=   http://moinejf.free.fr/

MAINTAINER= ports@FreeBSD.org
COMMENT=    Converts ABC to music sheet in PostScript format

GNU_CONFIGURE=  yes
ALL_TARGET= ${PORTNAME}

PORTDOCS=   README
PLIST_FILES=    bin/abcm2ps %%DATADIR%%/fbook.fmt %%DATADIR%%/fonts.fmt \
        %%DATADIR%%/landscape.fmt %%DATADIR%%/tight.fmt
PLIST_DIRS= %%DATADIR%%

post-install:
.if !defined(NOPORTDOCS)
    @${MKDIR} ${DOCSDIR}
    ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif

.include <bsd.port.mk>