1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/audio/gqradio/Makefile
Edwin Groothuis 6527ef2070 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 13:08:29 +00:00

34 lines
733 B
Makefile

# New ports collection makefile for: gqradio
# Date created: 13 Apr 2003
# Whom: Stefan Jahn <stefan.jahn@nemesis-sektor.de>
#
# $FreeBSD$
#
PORTNAME= gqradio
PORTVERSION= 1.9.2
PORTREVISION= 6
CATEGORIES= audio
MASTER_SITES= SF/gqmpeg
MAINTAINER= stefan.jahn@nemesis-sektor.de
COMMENT= GTK2 based FM tuner
GNU_CONFIGURE= yes
USE_GNOME= gtk20 gnomehack gnomeprefix
ONLY_FOR_ARCHS= alpha i386 ia64
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \
post-patch:
@${REINPLACE_CMD} -e 's|\(doc/gqradio\)-\$$VERSION|\1|' \
${WRKSRC}/configure
@${REINPLACE_CMD} -e \
's|^\(readmedir = \).*|\1$$(prefix)/share/doc/gqradio|; \
s|COPYING||' \
${WRKSRC}/Makefile.in
.include <bsd.port.mk>