diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-06-03 21:39:32 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-06-03 21:39:32 +0000 |
commit | d6e2922710d09e72ebd5f7fe8ad90a6cab3424b5 (patch) | |
tree | 01abf36cc7fa9779428aefb89809d1b5b943490c /graphics | |
parent | e1598b63a951bbce4fb17973a9a3bbe254cc84b3 (diff) |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gimp-gmic-plugin/Makefile | 8 | ||||
-rw-r--r-- | graphics/gimp-gmic-plugin/pkg-descr | 2 |
2 files changed, 6 insertions, 4 deletions
diff --git a/graphics/gimp-gmic-plugin/Makefile b/graphics/gimp-gmic-plugin/Makefile index b5eb5892bf03..8da720713fe9 100644 --- a/graphics/gimp-gmic-plugin/Makefile +++ b/graphics/gimp-gmic-plugin/Makefile @@ -25,7 +25,9 @@ LIB_DEPENDS= GraphicsMagick++.9:${PORTSDIR}/graphics/GraphicsMagick13 \ fftw3:${PORTSDIR}/math/fftw3 \ gimp-2.0:${PORTSDIR}/graphics/gimp-app -OPTIONS= BASH "Install programmable completions for Bash" off +OPTIONS_DEFINE= BASH +BASH_DESC= Install programmable completions for Bash +OPTIONS_EXCLUDE=NLS DOCS WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src @@ -46,7 +48,7 @@ MANCOMPRESSED= yes .include <bsd.port.options.mk> -.if defined(WITH_BASH) +.if ${PORT_OPTIONS:MBASH} RUN_DEPENDS+= ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash PLIST_SUB+= BASH="" .else @@ -63,7 +65,7 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/gmic_gimp ${PREFIX}/${PLUGIN_DIR} ${INSTALL_PROGRAM} ${WRKSRC}/gmic ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/../man/gmic.1.gz ${MAN1PREFIX}/man/man1 -.if defined(WITH_BASH) +.if ${PORT_OPTIONS:MBASH} ${INSTALL_SCRIPT} ${WRKSRC}/gmic_bashcompletion.sh \ ${PREFIX}/etc/bash_completion.d/gmic_bashcompletion.sh .endif diff --git a/graphics/gimp-gmic-plugin/pkg-descr b/graphics/gimp-gmic-plugin/pkg-descr index a77449f99f08..92bd5f48f831 100644 --- a/graphics/gimp-gmic-plugin/pkg-descr +++ b/graphics/gimp-gmic-plugin/pkg-descr @@ -9,4 +9,4 @@ G'MIC stands for GREYC's Magic Image Converter. This project aims to: o The interactive plug-in gmic_gimp to bring G'MIC capabilities to the image retouching software GIMP. -WWW: http://gmic.sourceforge.net +WWW: http://gmic.sourceforge.net |