diff options
author | William Grzybowski <wg@FreeBSD.org> | 2013-11-04 20:51:55 +0000 |
---|---|---|
committer | William Grzybowski <wg@FreeBSD.org> | 2013-11-04 20:51:55 +0000 |
commit | db817389dcbd34cfe67f7a5eee7929e8d4a6a537 (patch) | |
tree | 638eb66c7632aabbe2c803b5054e7ef92e625d0e /audio/deforaos-mixer/Makefile | |
parent | 21945dacebb76fcedbf1639f5973666314d9733c (diff) | |
download | ports-db817389dcbd34cfe67f7a5eee7929e8d4a6a537.tar.gz ports-db817389dcbd34cfe67f7a5eee7929e8d4a6a537.zip |
Notes
Diffstat (limited to 'audio/deforaos-mixer/Makefile')
-rw-r--r-- | audio/deforaos-mixer/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/audio/deforaos-mixer/Makefile b/audio/deforaos-mixer/Makefile index 34f633041bee..60fc086f29fc 100644 --- a/audio/deforaos-mixer/Makefile +++ b/audio/deforaos-mixer/Makefile @@ -3,26 +3,25 @@ PORTNAME= mixer PORTVERSION= 0.1.1 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://www.defora.org/os/download/download/3705/ -DISTNAME= Mixer-${PORTVERSION} PKGNAMEPREFIX= deforaos- +DISTNAME= Mixer-${PORTVERSION} MAINTAINER= olivier@cochard.me COMMENT= DeforaOS desktop audio mixer LICENSE= GPLv3 -LIB_DEPENDS= Desktop:${PORTSDIR}/x11/deforaos-libdesktop +LIB_DEPENDS= libDesktop.so:${PORTSDIR}/x11/deforaos-libdesktop MAKE_ARGS= PREFIX=${PREFIX} -USES= pkgconfig gettext -NO_STAGE= yes -USE_GNOME= gtk20 desktopfileutils +USES= desktop-file-utils gettext pkgconfig +USE_GNOME= gtk20 PLIST_FILES= bin/mixer \ share/applications/mixer.desktop \ share/locale/fr/LC_MESSAGES/Mixer.mo - post-patch: ${REINPLACE_CMD} -e 's|Exec=mixer|Exec=${LOCALBASE}/bin/mixer|g' \ ${WRKSRC}/data/mixer.desktop |