diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-23 22:07:20 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-23 22:07:20 +0800 |
commit | f34918bb5479e413d8c983a81d89b203a25799eb (patch) | |
tree | 5edfa53664d5e63b68fd00f5e0c89feaa26778e1 /audio | |
parent | cb951c4bfb475f74bd40a380a8fde9ff7c9e145b (diff) | |
download | freebsd-ports-gnome-f34918bb5479e413d8c983a81d89b203a25799eb.tar.gz freebsd-ports-gnome-f34918bb5479e413d8c983a81d89b203a25799eb.tar.zst freebsd-ports-gnome-f34918bb5479e413d8c983a81d89b203a25799eb.zip |
- Strip libraries
- Fix whitespace
Diffstat (limited to 'audio')
-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)/' \ |