diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-23 14:07:20 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-23 14:07:20 +0000 |
commit | 328129c7559d696d1882b89b06ca0d863be7b1f9 (patch) | |
tree | 5edfa53664d5e63b68fd00f5e0c89feaa26778e1 /audio/gnomoradio | |
parent | c89a5b4a5c15dffac664815f681a6651357151dc (diff) | |
download | ports-328129c7559d696d1882b89b06ca0d863be7b1f9.tar.gz ports-328129c7559d696d1882b89b06ca0d863be7b1f9.zip |
Notes
Diffstat (limited to 'audio/gnomoradio')
-rw-r--r-- | audio/gnomoradio/Makefile | 27 |
1 files changed, 14 insertions, 13 deletions
diff --git a/audio/gnomoradio/Makefile b/audio/gnomoradio/Makefile index 2d8b04a959c0..26f35d000513 100644 --- a/audio/gnomoradio/Makefile +++ b/audio/gnomoradio/Makefile @@ -1,24 +1,25 @@ # Created by: Jean-Yves Lefort <jylefort@brutele.be> # $FreeBSD$ -PORTNAME= gnomoradio -PORTVERSION= 0.15.1 -PORTREVISION= 18 -CATEGORIES= audio net -MASTER_SITES= SAVANNAH +PORTNAME= gnomoradio +PORTVERSION= 0.15.1 +PORTREVISION= 19 +CATEGORIES= audio net +MASTER_SITES= SAVANNAH -MAINTAINER= ports@FreeBSD.org -COMMENT= Program for finding and playing free music from the Internet +MAINTAINER= ports@FreeBSD.org +COMMENT= Program for finding and playing free music from the Internet -LIB_DEPENDS= libvorbis.so:${PORTSDIR}/audio/libvorbis \ - libao.so:${PORTSDIR}/audio/libao +LIB_DEPENDS= libvorbis.so:${PORTSDIR}/audio/libvorbis \ + libao.so:${PORTSDIR}/audio/libao -USES= pathfix pkgconfig libtool -GNU_CONFIGURE= yes -USE_GNOME= gconfmm26 gnomeprefix gtkmm24 -USE_LDCONFIG= yes +USES= pathfix pkgconfig libtool +GNU_CONFIGURE= yes +USE_GNOME= gconfmm26 gnomeprefix gtkmm24 +USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib +INSTALL_TARGET= install-strip post-patch: @${REINPLACE_CMD} '/^rainbow_get_LDADD =/s/$$/ $$(RAINBOW_LIBS)/' \ |