1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/audio/streamtuner/Makefile
Kirill Ponomarev 83bd6807d7 - Update to version 0.11.1
PR:		ports/62490
Submitted by:	maintainer
2004-02-07 20:12:15 +00:00

33 lines
846 B
Makefile

# New ports collection makefile for: streamtuner
# Date created: 02 Apr 2002
# Whom: Jean-Yves Lefort <jylefort@brutele.be>
#
# $FreeBSD$
#
PORTNAME= streamtuner
PORTVERSION= 0.11.1
CATEGORIES= audio www
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= jylefort@brutele.be
COMMENT= A GTK+ stream directory browser
LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl
USE_X_PREFIX= yes
USE_GNOME= gtk20 gnomehack
USE_LIBTOOL_VER= 15
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
MAN1= streamtuner.1 streamtuner-theme-convert.1
post-patch:
@${FIND} ${WRKSRC} -name "Makefile.in*" | ${XARGS} ${REINPLACE_CMD} -e \
's|[(]datadir[)]/pixmaps|(prefix)/share/gnome/pixmaps|g ; \
s|[(]datadir[)]/applications|(prefix)/share/gnome/applications|g'
.include <bsd.port.mk>