summaryrefslogtreecommitdiffstats
path: root/audio/libmusicbrainz5/Makefile
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2000-10-28 07:30:46 +0000
committerwill <will@FreeBSD.org>2000-10-28 07:30:46 +0000
commit4498082c1457126be76821964a0afa51dce9d265 (patch)
tree72d77835ebe6aba0906705e48ed9e41cfcf3719c /audio/libmusicbrainz5/Makefile
parent6b9c70c80926d8331fd5ed3c6321a8d2009dd7d2 (diff)
downloadFreeBSD-ports-4498082c1457126be76821964a0afa51dce9d265.zip
FreeBSD-ports-4498082c1457126be76821964a0afa51dce9d265.tar.gz
Add musicbrainz 1.0.0pre4, the second generation incarnation of the CD
Index. Also required for freeamp. PR: 22321 Submitted by: Roman Shterenzon <roman@xpert.com>
Diffstat (limited to 'audio/libmusicbrainz5/Makefile')
-rw-r--r--audio/libmusicbrainz5/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/audio/libmusicbrainz5/Makefile b/audio/libmusicbrainz5/Makefile
new file mode 100644
index 0000000..0666371
--- /dev/null
+++ b/audio/libmusicbrainz5/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: musicbrainz
+# Date Created: 26 Oct 2000
+# Whom: Roman Shterenzon <roman@xpert.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= musicbrainz
+PORTVERSION= 1.0.0.pre4
+CATEGORIES= audio
+MASTER_SITES= ftp://ftp.musicbrainz.org/pub/musicbrainz/
+
+MAINTAINER= roman@xpert.com
+
+INSTALLS_SHLIB= yes
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --prefix=${PREFIX}
+
+post-extract:
+ ${TOUCH} ${WRKSRC}/stamp-h.in
+
+.include <bsd.port.mk>
OpenPOWER on IntegriCloud