1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/audio/lindele/Makefile
Pav Lucistnik fcb21a7cbb - Update to 0.1.1
PR:		ports/76386
Submitted by:	Jean-Yves Lefort <jylefort@brutele.be> (maintainer)
2005-01-19 23:16:24 +00:00

35 lines
930 B
Makefile

# 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 gstreamerplugins
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>