aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/hugin/Makefile
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2005-03-06 03:26:29 +0800
committerpav <pav@FreeBSD.org>2005-03-06 03:26:29 +0800
commite29f383a2108cf0ad3cff14a2b1f9152c3183302 (patch)
treee0cc59dc9a474f47f4a3b9f74d882e478c51902d /graphics/hugin/Makefile
parentf96212877f224c34bcd31298313e6630ef7595e5 (diff)
downloadfreebsd-ports-gnome-e29f383a2108cf0ad3cff14a2b1f9152c3183302.tar.gz
freebsd-ports-gnome-e29f383a2108cf0ad3cff14a2b1f9152c3183302.tar.zst
freebsd-ports-gnome-e29f383a2108cf0ad3cff14a2b1f9152c3183302.zip
- Update to 0.5 beta2
PR: ports/78350 Submitted by: Marco Molteni <molter@tin.it> Approved by: Carlos Eduardo <cartola@openit.com.br> (maintainer)
Diffstat (limited to 'graphics/hugin/Makefile')
-rw-r--r--graphics/hugin/Makefile22
1 files changed, 12 insertions, 10 deletions
diff --git a/graphics/hugin/Makefile b/graphics/hugin/Makefile
index 8b4c0d6e1c4e..206b07d583e6 100644
--- a/graphics/hugin/Makefile
+++ b/graphics/hugin/Makefile
@@ -1,4 +1,4 @@
-# New ports collection makefile for: panorama-tools
+# New ports collection makefile for: hugin
# Date created: 26 august 2004
# Whom: cartola (Carlos E. G. Carvalho)
#
@@ -6,13 +6,14 @@
#
PORTNAME= hugin
-PORTVERSION= 0.4.r1
+PORTVERSION= 0.5.b2
CATEGORIES= graphics
-MASTER_SITES= http://www.openit.com.br/distfiles/
-DISTNAME= ${PORTNAME}-0.4pre_src
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+DISTNAME= ${PORTNAME}-0.5-beta2
MAINTAINER= cartola@openit.com.br
-COMMENT= An easy to use cross-platform GUI for Panorama Tools
+COMMENT= A GUI for Panorama Tools, to stitch panoramic images
BUILD_DEPENDS= PTOptimizer:${PORTSDIR}/graphics/libpano12 \
vigra-config:${PORTSDIR}/graphics/vigra
@@ -21,15 +22,16 @@ LIB_DEPENDS= tiff:${PORTSDIR}/graphics/tiff \
jpeg:${PORTSDIR}/graphics/jpeg \
fftw:${PORTSDIR}/math/fftw \
wx_gtk2:${PORTSDIR}/x11-toolkits/wxgtk2 \
- wx_gtk2_xrc:${PORTSDIR}/x11-toolkits/wxgtk2-contrib
+ wx_gtk2_xrc:${PORTSDIR}/x11-toolkits/wxgtk2-contrib \
+ boost_date_time:${PORTSDIR}/devel/boost
RUN_DEPENDS= PTOptimizer:${PORTSDIR}/graphics/libpano12 \
PTStitcher:${PORTSDIR}/graphics/linux-panorama-tools
-WRKSRC= ${WRKDIR}/hugin
-HAS_CONFIGURE= yes
+GNU_CONFIGURE= yes
+CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_GMAKE= yes
-USE_IMAKE= yes
+USE_BZIP2= yes
-DOCSDIR= ${PREFIX}/share/hugin/xrc/data
+DOCSDIR= ${PREFIX}/share/hugin/xrc/data
.include <bsd.port.mk>