diff options
author | scheidell <scheidell@FreeBSD.org> | 2012-04-15 05:51:16 +0800 |
---|---|---|
committer | scheidell <scheidell@FreeBSD.org> | 2012-04-15 05:51:16 +0800 |
commit | 645969efe5ca6ee35207b1afec77fc65074e599e (patch) | |
tree | 81f6b259faa898098cb55f2836aa73bdd96e3e50 /deskutils/cairo-dock-plugins/Makefile | |
parent | 257ec47bd0a503e4b7f055670ef93d43cdbe1221 (diff) | |
download | freebsd-ports-gnome-645969efe5ca6ee35207b1afec77fc65074e599e.tar.gz freebsd-ports-gnome-645969efe5ca6ee35207b1afec77fc65074e599e.tar.zst freebsd-ports-gnome-645969efe5ca6ee35207b1afec77fc65074e599e.zip |
- fix many bugs
PR: ports/165926
Submitted by: Ivan Klymenko <fidaj@ukr.net> (maintainer)
Diffstat (limited to 'deskutils/cairo-dock-plugins/Makefile')
-rw-r--r-- | deskutils/cairo-dock-plugins/Makefile | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/deskutils/cairo-dock-plugins/Makefile b/deskutils/cairo-dock-plugins/Makefile index a2e0f445ff6e..975bc9a0d7f7 100644 --- a/deskutils/cairo-dock-plugins/Makefile +++ b/deskutils/cairo-dock-plugins/Makefile @@ -7,9 +7,11 @@ PORTNAME= cairo-dock-plugins DISTVERSION= 2.3.0~3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= deskutils -MASTER_SITES= http://launchpadlibrarian.net/73753265/ +MASTER_SITES= http://launchpadlibrarian.net/73753265/ \ + http://pazzle.otdux.com.ua/ +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${ICONS_PACKAGE}${EXTRACT_SUFX} MAINTAINER= fidaj@ukr.net COMMENT= Cairo-Dock-Plugins for Cairo-Dock @@ -20,6 +22,7 @@ LIB_DEPENDS= etpan:${PORTSDIR}/mail/libetpan \ DATADIR= ${PREFIX}/share/cairo-dock +ICONS_PACKAGE= cairo-dock-plugins-png-icons GNU_CONFIGURE= yes USE_GETTEXT= yes USE_GMAKE= yes @@ -42,6 +45,9 @@ OPTIONS= GMENU "Common Applications menu" On \ .include <bsd.port.options.mk> +post-patch: + @${CP} -R ${WRKDIR}/${ICONS_PACKAGE}/* ${WRKSRC} + .if defined(WITH_GMENU) LIB_DEPENDS+= gnome-menu.2:${PORTSDIR}/x11/gnome-menus CMAKE_ARGS+= -Denable_gmenu:STRING=yes @@ -91,6 +97,7 @@ PLIST_SUB+= XFCE_INTEGRATION="@comment " .if defined(WITH_ALSA_MIXER) LIB_DEPENDS+= asound.2:${PORTSDIR}/audio/alsa-lib +RUN_DEPENDS+= ${LOCALBASE}/lib/alsa-lib/libasound_module_pcm_oss.so:${PORTSDIR}/audio/alsa-plugins CMAKE_ARGS+= -Denable_alsa_mixer:STRING=yes PLIST_SUB+= ALSA_MIXER="" .else |