summaryrefslogtreecommitdiffstats
path: root/audio/lindele/Makefile
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2005-03-01 16:07:01 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2005-03-01 16:07:01 +0800
commita83ea1a4c9bc0478a4d9a7a78f36e8d6584a3e2b (patch)
tree0ebb6ab687a5382ed7c5422fc3df7c26baa04efe /audio/lindele/Makefile
parent31c805482cb67cee7101b7398aeae7a85ad3d59d (diff)
downloadmarcuscom-ports-a83ea1a4c9bc0478a4d9a7a78f36e8d6584a3e2b.tar
marcuscom-ports-a83ea1a4c9bc0478a4d9a7a78f36e8d6584a3e2b.tar.gz
marcuscom-ports-a83ea1a4c9bc0478a4d9a7a78f36e8d6584a3e2b.tar.bz2
marcuscom-ports-a83ea1a4c9bc0478a4d9a7a78f36e8d6584a3e2b.tar.lz
marcuscom-ports-a83ea1a4c9bc0478a4d9a7a78f36e8d6584a3e2b.tar.xz
marcuscom-ports-a83ea1a4c9bc0478a4d9a7a78f36e8d6584a3e2b.tar.zst
marcuscom-ports-a83ea1a4c9bc0478a4d9a7a78f36e8d6584a3e2b.zip
Remove, now in ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3758 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio/lindele/Makefile')
-rw-r--r--audio/lindele/Makefile35
1 files changed, 0 insertions, 35 deletions
diff --git a/audio/lindele/Makefile b/audio/lindele/Makefile
deleted file mode 100644
index 3cde4b518..000000000
--- a/audio/lindele/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# New ports collection makefile for: lindele
-# Date created: 26 Jul 2004
-# Whom: Jean-Yves Lefort <jylefort@brutele.be>
-#
-# $FreeBSD$
-#
-
-PORTNAME= lindele
-PORTVERSION= 0.1.1
-CATEGORIES= audio
-MASTER_SITES= http://download.gna.org/${PORTNAME}/
-
-MAINTAINER= jylefort@brutele.be
-COMMENT= Yet another simple GNOME music player
-
-RUN_DEPENDS= musicbox-tag-editor:${PORTSDIR}/audio/musicbox-tag-editor
-LIB_DEPENDS= vorbis:${PORTSDIR}/audio/libvorbis \
- tag:${PORTSDIR}/audio/taglib
-
-USE_X_PREFIX= yes
-USE_REINPLACE= yes
-USE_GNOME= gnomehack gnomeprefix libgnomeui
-USE_GSTREAMER= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-
-post-patch:
- @${REINPLACE_CMD} -e 's|musicbox|musicbox-tag-editor|g' \
- ${WRKSRC}/src/gui.c \
- ${WRKSRC}/src/lindele.c
- @${REINPLACE_CMD} -e 's|@prefix@/share|@datadir@|' \
- ${WRKSRC}/data/lindele.glade.in
-
-.include <bsd.port.mk>