|
Lines 3-17
Link Here
|
| 3 |
|
3 |
|
| 4 |
PORTNAME= enblend |
4 |
PORTNAME= enblend |
| 5 |
PORTVERSION= 4.1.1 |
5 |
PORTVERSION= 4.1.1 |
|
|
6 |
PORTREVISION= 1 |
| 6 |
CATEGORIES= graphics |
7 |
CATEGORIES= graphics |
| 7 |
MASTER_SITES= SF/enblend/enblend-enfuse/enblend-enfuse-${PORTVERSION:R} |
8 |
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-enfuse/${PORTNAME}-enfuse-${PORTVERSION:R}/ |
| 8 |
DISTNAME= enblend-enfuse-${PORTVERSION} |
9 |
DISTNAME= enblend-enfuse-${PORTVERSION} |
| 9 |
|
10 |
|
| 10 |
MAINTAINER= grog@FreeBSD.org |
11 |
MAINTAINER= grog@FreeBSD.org |
| 11 |
COMMENT= Tool for image blending with multiresolution splines |
12 |
COMMENT= Tool for image blending with multiresolution splines |
| 12 |
|
13 |
|
|
|
14 |
LICENSE= GPLv2 |
| 15 |
|
| 13 |
BUILD_DEPENDS= ${LOCALBASE}/bin/makeinfo:${PORTSDIR}/print/texinfo \ |
16 |
BUILD_DEPENDS= ${LOCALBASE}/bin/makeinfo:${PORTSDIR}/print/texinfo \ |
| 14 |
OpenEXR>=1.0:${PORTSDIR}/graphics/OpenEXR |
17 |
OpenEXR>=0:${PORTSDIR}/graphics/OpenEXR |
| 15 |
LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \ |
18 |
LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \ |
| 16 |
lcms2:${PORTSDIR}/graphics/lcms2 \ |
19 |
lcms2:${PORTSDIR}/graphics/lcms2 \ |
| 17 |
xmi:${PORTSDIR}/graphics/plotutils \ |
20 |
xmi:${PORTSDIR}/graphics/plotutils \ |
|
Lines 19-27
Link Here
|
| 19 |
boost_filesystem:${PORTSDIR}/devel/boost-libs \ |
22 |
boost_filesystem:${PORTSDIR}/devel/boost-libs \ |
| 20 |
vigraimpex:${PORTSDIR}/graphics/vigra \ |
23 |
vigraimpex:${PORTSDIR}/graphics/vigra \ |
| 21 |
gsl:${PORTSDIR}/math/gsl |
24 |
gsl:${PORTSDIR}/math/gsl |
| 22 |
RUN_DEPENDS= OpenEXR>=1.0:${PORTSDIR}/graphics/OpenEXR |
25 |
RUN_DEPENDS= OpenEXR>=0:${PORTSDIR}/graphics/OpenEXR |
| 23 |
|
26 |
|
| 24 |
MAKE_JOBS_SAFE= yes |
27 |
MAKE_JOBS_SAFE= yes |
| 25 |
USE_AUTOTOOLS= automake:env autoconf:env |
28 |
USE_AUTOTOOLS= automake:env autoconf:env |
| 26 |
USE_GMAKE= yes |
29 |
USE_GMAKE= yes |
| 27 |
# We need a newer version of makinfo for this. |
30 |
# We need a newer version of makinfo for this. |
|
Lines 39-49
Link Here
|
| 39 |
CPPFLAGS+= -I${LOCALBASE}/include |
42 |
CPPFLAGS+= -I${LOCALBASE}/include |
| 40 |
LDFLAGS+= -L${LOCALBASE}/lib |
43 |
LDFLAGS+= -L${LOCALBASE}/lib |
| 41 |
|
44 |
|
| 42 |
INFO= enfuse enblend |
|
|
| 43 |
MAN1= enblend.1 enfuse.1 |
45 |
MAN1= enblend.1 enfuse.1 |
|
|
46 |
|
| 47 |
INFO= enfuse enblend |
| 48 |
|
| 44 |
PLIST_FILES= bin/enblend bin/enfuse |
49 |
PLIST_FILES= bin/enblend bin/enfuse |
| 45 |
|
50 |
|
|
|
51 |
PORTDOCS= AUTHORS NEWS README |
| 52 |
|
| 53 |
.include <bsd.port.options.mk> |
| 54 |
|
| 46 |
post-install: |
55 |
post-install: |
| 47 |
${INSTALL_DATA} ${WRKSRC}/doc/*.info ${PREFIX}/${INFO_PATH} |
56 |
.if ${PORT_OPTIONS:MDOCS} |
|
|
57 |
@${MKDIR} ${DOCSDIR} |
| 58 |
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} |
| 59 |
.endif |
| 60 |
${INSTALL_DATA} ${WRKSRC}/doc/*.info ${PREFIX}/${INFO_PATH} |
| 48 |
|
61 |
|
| 49 |
.include <bsd.port.mk> |
62 |
.include <bsd.port.mk> |