1 # $NetBSD: Makefile,v 1.3 2008/06/12 02:14:43 joerg Exp $
4 DISTNAME
= ABC2PS-
${ABC2PSVER}
5 PKGNAME
= abc2ps-
${ABC2PSVER}
7 MASTER_SITES
= http
://www.ihp-ffo.de
/~msm
/abc_src
/
11 MAINTAINER
= pkgsrc-users@NetBSD.org
12 HOMEPAGE
= http
://www.ihp-ffo.de
/~msm
/
13 COMMENT
= Music typesetting program for abc
17 INSTALLATION_DIRS
= bin share
/doc
/abc2ps share
/examples
/abc2ps
20 cd
${WRKSRC} && ${CC} -o abc2ps abc2ps.c
23 ${INSTALL_PROGRAM} ${WRKSRC}/abc2ps
${DESTDIR}${PREFIX}/bin
24 cd
${WRKSRC} && ${INSTALL_DATA} Changes License New.Features \
25 ReadMe.abc2ps layout.txt
${DESTDIR}${PREFIX}/share
/doc
/abc2ps
/
26 cd
${WRKSRC} && ${INSTALL_DATA} bach.abc blue_boy_bass.abc \
27 bran5.abc celloprelude.abc desafinado.abc fbook.fmt \
28 fonts.fmt journey.abc landscape.fmt mtunes1.abc \
29 newfeatures.abc sample.abc scotland.abc trio.abc \
30 voices.abc
${DESTDIR}${PREFIX}/share
/examples
/abc2ps
/
32 .
include "../../mk/bsd.pkg.mk"