aboutsummaryrefslogtreecommitdiff
path: root/print/abcm2ps
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-11-19 15:08:44 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-11-19 15:08:44 +0000
commitcf48f823443d836854e062216b34a8407a6d768e (patch)
tree20a174027e92c8265fa3cf1661956dd0554f5b53 /print/abcm2ps
parent9fc0a9005a100a1ffc302488a410c361eb2c6135 (diff)
downloadports-cf48f823443d836854e062216b34a8407a6d768e.tar.gz
ports-cf48f823443d836854e062216b34a8407a6d768e.zip
Notes
Diffstat (limited to 'print/abcm2ps')
-rw-r--r--print/abcm2ps/Makefile8
-rw-r--r--print/abcm2ps/distinfo2
-rw-r--r--print/abcm2ps/pkg-plist12
3 files changed, 15 insertions, 7 deletions
diff --git a/print/abcm2ps/Makefile b/print/abcm2ps/Makefile
index bf627e038f8f..de4c037ee9cc 100644
--- a/print/abcm2ps/Makefile
+++ b/print/abcm2ps/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
PORTNAME= abcm2ps
-PORTVERSION= 2.11.3
+PORTVERSION= 3.7.15
CATEGORIES= print audio
MASTER_SITES= http://moinejf.free.fr/
@@ -15,4 +15,10 @@ COMMENT= Converts ABC to music sheet in PostScript format
GNU_CONFIGURE= yes
ALL_TARGET= abcm2ps
+post-install:
+.if !defined(NOPORTDOCS)
+ @${MKDIR} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
+.endif
+
.include <bsd.port.mk>
diff --git a/print/abcm2ps/distinfo b/print/abcm2ps/distinfo
index 86d4f6925ed3..c9011a4f6329 100644
--- a/print/abcm2ps/distinfo
+++ b/print/abcm2ps/distinfo
@@ -1 +1 @@
-MD5 (abcm2ps-2.11.3.tar.gz) = 7ebf6ac9b94b16e6443ce911bb10a4ec
+MD5 (abcm2ps-3.7.15.tar.gz) = 78b009e6eff000013d29f4f351212d5b
diff --git a/print/abcm2ps/pkg-plist b/print/abcm2ps/pkg-plist
index b58daca2dfa0..5f480aa86ea3 100644
--- a/print/abcm2ps/pkg-plist
+++ b/print/abcm2ps/pkg-plist
@@ -1,6 +1,8 @@
bin/abcm2ps
-share/abcm2ps/fbook.fmt
-share/abcm2ps/fonts.fmt
-share/abcm2ps/landscape.fmt
-share/abcm2ps/tight.fmt
-@dirrm share/abcm2ps
+%%DATADIR%%/fbook.fmt
+%%DATADIR%%/fonts.fmt
+%%DATADIR%%/landscape.fmt
+%%DATADIR%%/tight.fmt
+%%PORTDOCS%%%%DOCSDIR%%/README
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
+@dirrm %%DATADIR%%