993f7fb87c
- Use DATADIR - Respect WITHOUT_NLS - Require wxgtk26 instead wxgtk24 and patch to use wxrc-gtk2-2.6 - Unbreak PR: ports/90619 Submitted by: Marco Molteni <molter@tin.it> Reworked by: garga Approved by: maintainer
51 lines
1.4 KiB
Makefile
51 lines
1.4 KiB
Makefile
# New ports collection makefile for: hugin
|
|
# Date created: 26 august 2004
|
|
# Whom: cartola (Carlos E. G. Carvalho)
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= hugin
|
|
PORTVERSION= 0.5
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= cartola@openit.com.br
|
|
COMMENT= A GUI for Panorama Tools, to stitch panoramic images
|
|
|
|
BUILD_DEPENDS= PTOptimizer:${PORTSDIR}/graphics/libpano12 \
|
|
vigra-config:${PORTSDIR}/graphics/vigra
|
|
LIB_DEPENDS= tiff:${PORTSDIR}/graphics/tiff \
|
|
png:${PORTSDIR}/graphics/png \
|
|
jpeg:${PORTSDIR}/graphics/jpeg \
|
|
fftw:${PORTSDIR}/math/fftw \
|
|
wx_gtk2_xrc-2.6.0:${PORTSDIR}/x11-toolkits/wxgtk26 \
|
|
boost_date_time:${PORTSDIR}/devel/boost
|
|
RUN_DEPENDS= PTOptimizer:${PORTSDIR}/graphics/libpano12 \
|
|
PTStitcher:${PORTSDIR}/graphics/linux-panorama-tools
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
CONFIGURE_ARGS= --with-wx-config=${WX_CONFIG}
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -ftemplate-depth-64" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
USE_GMAKE= yes
|
|
USE_ICONV= yes
|
|
|
|
DOCSDIR= ${PREFIX}/share/hugin/xrc/data
|
|
WX_CONFIG= ${X11BASE}/bin/wxgtk2-2.6-config
|
|
|
|
.if defined(WITHOUT_NLS)
|
|
CONFIGURE_ARGS+=--disable-nls
|
|
PLIST_SUB+= NLS="@comment "
|
|
.else
|
|
USE_GETTEXT= yes
|
|
PLIST_SUB+= NLS=""
|
|
.endif
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|-wxrc|-${X11BASE}/bin/wxrc-gtk2-2.6|' \
|
|
${WRKSRC}/src/hugin/xrc/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|