diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-10-08 21:48:42 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-10-08 21:48:42 +0800 |
commit | 2a6f6222400156b59fb4670e0823c697ca55ea4f (patch) | |
tree | 14c44dee232125c2e89d000724804bceaa13327e /audio | |
parent | 772194ec5fe0f8c2c0307d517bed1694bfc072bf (diff) | |
download | freebsd-ports-gnome-2a6f6222400156b59fb4670e0823c697ca55ea4f.tar.gz freebsd-ports-gnome-2a6f6222400156b59fb4670e0823c697ca55ea4f.tar.zst freebsd-ports-gnome-2a6f6222400156b59fb4670e0823c697ca55ea4f.zip |
Convert PLIST_FILES and PORTDATA=* to PLIST entries
Diffstat (limited to 'audio')
-rw-r--r-- | audio/ices/Makefile | 3 | ||||
-rw-r--r-- | audio/ices/pkg-plist | 12 |
2 files changed, 12 insertions, 3 deletions
diff --git a/audio/ices/Makefile b/audio/ices/Makefile index 1db09bc34c88..267bb8030638 100644 --- a/audio/ices/Makefile +++ b/audio/ices/Makefile @@ -28,9 +28,6 @@ GNU_CONFIGURE= yes USE_GNOME= libxml2 USES= gmake gnome iconv pkgconfig tar:bzip2 -PLIST_FILES= bin/ices -PORTDATA= * - ALSA_CONFIGURE_ENABLE= alsa ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib diff --git a/audio/ices/pkg-plist b/audio/ices/pkg-plist new file mode 100644 index 000000000000..86ef8ac2b17d --- /dev/null +++ b/audio/ices/pkg-plist @@ -0,0 +1,12 @@ +bin/ices +%%DATADIR%%/basic.html +%%DATADIR%%/config.html +%%DATADIR%%/faq.html +%%DATADIR%%/ices-alsa.xml +%%DATADIR%%/ices-oss.xml +%%DATADIR%%/ices-playlist.xml +%%DATADIR%%/ices-roar.xml +%%DATADIR%%/index.html +%%DATADIR%%/inputs.html +%%DATADIR%%/intro.html +%%DATADIR%%/style.css |