diff options
author | grog <grog@FreeBSD.org> | 2013-05-16 11:41:15 +0800 |
---|---|---|
committer | grog <grog@FreeBSD.org> | 2013-05-16 11:41:15 +0800 |
commit | d928c508184429a8329b79b1512614002386c424 (patch) | |
tree | 8926848b5ab3614b967aed14789113c8f7dc4ef5 /graphics | |
parent | 155a7c189abd5fda689724b1322f61991bea6904 (diff) | |
download | freebsd-ports-gnome-d928c508184429a8329b79b1512614002386c424.tar.gz freebsd-ports-gnome-d928c508184429a8329b79b1512614002386c424.tar.zst freebsd-ports-gnome-d928c508184429a8329b79b1512614002386c424.zip |
Fix inverse breakage introduced with last commit.
Submitted by: danfe
Approved by: itetcu (mentor)
Pointy hat to: grog
Diffstat (limited to 'graphics')
-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} |