diff options
author | marcus <marcus@FreeBSD.org> | 2003-07-23 03:05:12 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-07-23 03:05:12 +0800 |
commit | c2dd1a9b8a29f262ef194ab12fbc3ba3e973c331 (patch) | |
tree | 3fb76de8d3b52eddc4af8b9ec50a37d3db1e0e4c /audio/streamtuner | |
parent | d9fbe6980588c4d3745167bc7b73b5ceb587f165 (diff) | |
download | freebsd-ports-gnome-c2dd1a9b8a29f262ef194ab12fbc3ba3e973c331.tar.gz freebsd-ports-gnome-c2dd1a9b8a29f262ef194ab12fbc3ba3e973c331.tar.zst freebsd-ports-gnome-c2dd1a9b8a29f262ef194ab12fbc3ba3e973c331.zip |
* Add the missing pkgconfig file to the plist [1]
* Quiet portlint a bit
PR: 54758 [1]
Submitted by: maintainer [1]
Diffstat (limited to 'audio/streamtuner')
-rw-r--r-- | audio/streamtuner/Makefile | 3 | ||||
-rw-r--r-- | audio/streamtuner/pkg-plist | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/audio/streamtuner/Makefile b/audio/streamtuner/Makefile index 209b27c2669e..bd1941431e2d 100644 --- a/audio/streamtuner/Makefile +++ b/audio/streamtuner/Makefile @@ -7,16 +7,17 @@ PORTNAME= streamtuner PORTVERSION= 0.10.0 +PORTREVISION= 1 CATEGORIES= audio www MASTER_SITES= http://savannah.nongnu.org/download/streamtuner/streamtuner.pkg/${PORTVERSION}/ MAINTAINER= jylefort@brutele.be COMMENT= A GTK+ stream directory browser -USE_GNOME= gtk20 LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl USE_X_PREFIX= yes +USE_GNOME= gtk20 GNU_CONFIGURE= yes MAN1= streamtuner.1 streamtuner-theme-convert.1 diff --git a/audio/streamtuner/pkg-plist b/audio/streamtuner/pkg-plist index 554094b63fc7..4b3e5a06e46c 100644 --- a/audio/streamtuner/pkg-plist +++ b/audio/streamtuner/pkg-plist @@ -16,8 +16,9 @@ include/streamtuner/streamtuner.h lib/streamtuner/plugins/shoutcast.a lib/streamtuner/plugins/shoutcast.la lib/streamtuner/plugins/shoutcast.so +libdata/pkgconfig/streamtuner.pc share/applications/streamtuner.desktop share/pixmaps/streamtuner.png @dirrm include/streamtuner @dirrm lib/streamtuner/plugins -@dirrm lib/streamtuner
\ No newline at end of file +@dirrm lib/streamtuner |