diff options
author | Greg Lehey <grog@FreeBSD.org> | 2013-05-16 03:41:15 +0000 |
---|---|---|
committer | Greg Lehey <grog@FreeBSD.org> | 2013-05-16 03:41:15 +0000 |
commit | ee723c48bfa2f9961cb425a1a9ec1195533544ae (patch) | |
tree | 8926848b5ab3614b967aed14789113c8f7dc4ef5 /graphics/enblend | |
parent | 4a8e00888026438748841250dda48cdacc55d9c5 (diff) | |
download | ports-ee723c48bfa2f9961cb425a1a9ec1195533544ae.tar.gz ports-ee723c48bfa2f9961cb425a1a9ec1195533544ae.zip |
Notes
Diffstat (limited to 'graphics/enblend')
-rw-r--r-- | graphics/enblend/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/graphics/enblend/Makefile b/graphics/enblend/Makefile index 83e858e17b9e..894afb4fceee 100644 --- a/graphics/enblend/Makefile +++ b/graphics/enblend/Makefile @@ -4,13 +4,11 @@ PORTNAME= enblend PORTVERSION= 4.1.1 CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -# Care: the directory is the minor release number -MASTER_SITE_SUBDIR= enblend/enblend-enfuse/enblend-enfuse-4.1 +MASTER_SITES= SF/enblend/enblend-enfuse/enblend-enfuse-${PORTVERSION:R} DISTNAME= enblend-enfuse-${PORTVERSION} MAINTAINER= grog@FreeBSD.org -COMMENT= A tool for image blending with multiresolution splines +COMMENT= Tool for image blending with multiresolution splines BUILD_DEPENDS= ${LOCALBASE}/bin/makeinfo:${PORTSDIR}/print/texinfo \ OpenEXR>=1.0:${PORTSDIR}/graphics/OpenEXR @@ -23,7 +21,6 @@ LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \ gsl:${PORTSDIR}/math/gsl RUN_DEPENDS= OpenEXR>=1.0:${PORTSDIR}/graphics/OpenEXR -INFO= enfuse enblend MAKE_JOBS_SAFE= yes USE_AUTOTOOLS= automake:env autoconf:env USE_GMAKE= yes @@ -42,9 +39,9 @@ CONFIGURE_ARGS+= --with-boost-filesystem CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +INFO= enfuse enblend MAN1= enblend.1 enfuse.1 PLIST_FILES= bin/enblend bin/enfuse -PLIST_DIRS+= %%DOCSDIR%% post-install: ${INSTALL_DATA} ${WRKSRC}/doc/*.info ${PREFIX}/${INFO_PATH} |