diff options
Diffstat (limited to 'audio/lindele/Makefile')
-rw-r--r-- | audio/lindele/Makefile | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/audio/lindele/Makefile b/audio/lindele/Makefile new file mode 100644 index 000000000..1583d23e4 --- /dev/null +++ b/audio/lindele/Makefile @@ -0,0 +1,35 @@ +# 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 +PORTREVISION= 5 +CATEGORIES= audio +MASTER_SITES= http://download.gna.org/${PORTNAME}/ + +MAINTAINER= jylefort@FreeBSD.org +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_XLIB= yes +USE_GNOME= gnomehack gnomeprefix libgnomeui +USE_GSTREAMER80= gconf +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> |