diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-08-21 09:19:15 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-08-21 09:19:15 +0000 |
commit | 73b850a9d6aca2b4703d892b4f2458aef2d9e606 (patch) | |
tree | fda6ac40476435da54db929167c7d8cf49b965c1 /graphics/ale | |
parent | 1abe88c682052844a5db17b299cc47018c8245be (diff) | |
download | ports-73b850a9d6aca2b4703d892b4f2458aef2d9e606.tar.gz ports-73b850a9d6aca2b4703d892b4f2458aef2d9e606.zip |
Notes
Diffstat (limited to 'graphics/ale')
-rw-r--r-- | graphics/ale/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/graphics/ale/Makefile b/graphics/ale/Makefile index 69c468c694e4..6370a2116904 100644 --- a/graphics/ale/Makefile +++ b/graphics/ale/Makefile @@ -18,6 +18,9 @@ PLIST_FILES= bin/ale USE_GMAKE= yes USE_REINPLACE= yes +OPTIONS= IMAGEMAGICK "ImageMagick Support" on \ + FFTW3 "FFTW3 Support" on + .include <bsd.port.pre.mk> .if ${OSVERSION} < 500000 @@ -34,14 +37,6 @@ LIB_DEPENDS+= fftw3.3:${PORTSDIR}/math/fftw3 MAKE_ARGS+= FFTW=1 .endif -pre-everything:: -.if !defined(WITHOUT_IMAGEMAGICK) - @${ECHO_MSG} "===> Disable ImageMagick Support by defining WITHOUT_IMAGEMAGICK" -.endif -.if !defined(WITHOUT_FFTW3) - @${ECHO_MSG} "===> Disable FFTW3 Support by defining WITHOUT_FFTW3" -.endif - post-patch: @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|; \ s|g++|${CXX}|' ${WRKSRC}/${MAKEFILE} |