aboutsummaryrefslogtreecommitdiff
path: root/audio/libtunepimp-old/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/libtunepimp-old/Makefile')
-rw-r--r--audio/libtunepimp-old/Makefile40
1 files changed, 0 insertions, 40 deletions
diff --git a/audio/libtunepimp-old/Makefile b/audio/libtunepimp-old/Makefile
deleted file mode 100644
index a65220e9c28e..000000000000
--- a/audio/libtunepimp-old/Makefile
+++ /dev/null
@@ -1,40 +0,0 @@
-# New ports collection makefile for: tunepimp
-# Date Created: 11 Aug 2004
-# Whom: Lauri Watts <lauri@kde.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= libtunepimp
-PORTVERSION= 0.3.0
-PORTREVISION= 1
-PORTEPOCH= 1
-CATEGORIES= audio
-MASTER_SITES= ftp://ftp.musicbrainz.org/pub/musicbrainz/
-
-MAINTAINER= lauri@kde.org
-COMMENT= Client library for musicbrainz
-
-LIB_DEPENDS= vorbis:${PORTSDIR}/audio/libvorbis \
- FLAC:${PORTSDIR}/audio/flac \
- mad:${PORTSDIR}/audio/libmad \
- ogg:${PORTSDIR}/audio/libogg \
- expat:${PORTSDIR}/textproc/expat2 \
- musicbrainz:${PORTSDIR}/audio/libmusicbrainz
-
-CONFLICTS= trm-0*
-USE_GMAKE= yes
-USE_GNOME= gnomehack gnometarget pkgconfig
-USE_REINPLACE= yes
-USE_AUTOTOOLS= libtool:15
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-INSTALLS_SHLIB= yes
-
-post-patch:
- @${REINPLACE_CMD} -e 's|^CFLAGS=|#CFLAGS=|g ; \
- s|^CXXFLAGS=|#CXXFLAGS=|g' ${WRKSRC}/configure
- @${REINPLACE_CMD} -e 's|-lthr|${PTHREAD_LIBS}|g' \
- ${WRKSRC}/lib/threads/posix/Makefile.in
-
-.include <bsd.port.mk>