summaryrefslogtreecommitdiff
path: root/audio/libmusicbrainz/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/libmusicbrainz/Makefile')
-rw-r--r--audio/libmusicbrainz/Makefile24
1 files changed, 0 insertions, 24 deletions
diff --git a/audio/libmusicbrainz/Makefile b/audio/libmusicbrainz/Makefile
deleted file mode 100644
index 7a44c311f3cb..000000000000
--- a/audio/libmusicbrainz/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# New ports collection makefile for: musicbrainz
-# Date Created: 26 Oct 2000
-# Whom: Roman Shterenzon <roman@xpert.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= musicbrainz
-PORTVERSION= 1.0.0.pre5
-CATEGORIES= audio
-MASTER_SITES= ftp://ftp.musicbrainz.org/pub/musicbrainz/
-DISTNAME= ${PORTNAME}-1.0.0pre5
-
-MAINTAINER= roman@xpert.com
-
-USE_NEWGCC= yes
-INSTALLS_SHLIB= yes
-USE_GMAKE= yes
-USE_LIBTOOL= yes
-
-post-extract:
- ${TOUCH} ${WRKSRC}/stamp-h.in
-
-.include <bsd.port.mk>