diff options
author | antoine <antoine@FreeBSD.org> | 2013-12-29 04:48:34 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-12-29 04:48:34 +0800 |
commit | ee38cdd41243ba3b7dd2641cce9bb106aef57c0a (patch) | |
tree | cfa18b701d01e8193faf19b86dcc3e93158d3f5e /audio | |
parent | 5e6514c46b926e41830124200c43f5c447ed5f2b (diff) | |
download | freebsd-ports-gnome-ee38cdd41243ba3b7dd2641cce9bb106aef57c0a.tar.gz freebsd-ports-gnome-ee38cdd41243ba3b7dd2641cce9bb106aef57c0a.tar.zst freebsd-ports-gnome-ee38cdd41243ba3b7dd2641cce9bb106aef57c0a.zip |
- Stage support
- Uses desktop-file-utils and shared-mime-info
Diffstat (limited to 'audio')
-rw-r--r-- | audio/jamin/Makefile | 7 | ||||
-rw-r--r-- | audio/jamin/pkg-plist | 1 |
2 files changed, 3 insertions, 5 deletions
diff --git a/audio/jamin/Makefile b/audio/jamin/Makefile index 66aeb2b32f09..a202ec780f60 100644 --- a/audio/jamin/Makefile +++ b/audio/jamin/Makefile @@ -3,7 +3,7 @@ PORTNAME= jamin PORTVERSION= 0.95.0 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= audio MASTER_SITES= SF @@ -18,10 +18,7 @@ RUN_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa \ BUILD_DEPENDS= ${LOCALBASE}/include/fftw3.h:${PORTSDIR}/math/fftw3 GNU_CONFIGURE= yes -USES= gmake pkgconfig -NO_STAGE= yes +USES= desktop-file-utils gmake pkgconfig shared-mime-info USE_GNOME= gtk20 libxml2 -MAN1= jamin.1 - .include <bsd.port.mk> diff --git a/audio/jamin/pkg-plist b/audio/jamin/pkg-plist index 4d9ffd037071..2325eded47ab 100644 --- a/audio/jamin/pkg-plist +++ b/audio/jamin/pkg-plist @@ -1,5 +1,6 @@ bin/jamin bin/jamin-scene +man/man1/jamin.1.gz lib/ladspa/jamincont_1912.so lib/ladspa/jamincont_1912.la %%DATADIR%%/pixmaps/brushed-steel.png |