de78af3ac5
Reviewed by: exp8 run on pointyhat Supported by: miwi
51 lines
1.3 KiB
Makefile
51 lines
1.3 KiB
Makefile
# New ports collection makefile for: panorama-tools
|
|
# Date created: 26 august 2004
|
|
# Whom: cartola (Carlos E. G. Carvalho)
|
|
#
|
|
# $FreeBSD$
|
|
# This port has been made as a building and running dependence for the
|
|
# hugin port.
|
|
# The hugin port is a gui interface to interact with this and other
|
|
# tools.
|
|
|
|
PORTNAME= libpano12
|
|
PORTVERSION= 2.8.6
|
|
PORTREVISION= 5
|
|
CATEGORIES= graphics java
|
|
MASTER_SITES= SF/panotools/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= vd@FreeBSD.org
|
|
COMMENT= Panorama Tools to make panorama pictures
|
|
|
|
LIB_DEPENDS= tiff:${PORTSDIR}/graphics/tiff \
|
|
png:${PORTSDIR}/graphics/png \
|
|
jpeg:${PORTSDIR}/graphics/jpeg
|
|
|
|
USE_GNOME= gtk20 glib20 pango atk
|
|
|
|
USE_AUTOTOOLS= autoconf:262:env autoheader:262:env aclocal:19:env \
|
|
automake:19:env libtool:22:env
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/gtk-2.0 \
|
|
-I${LOCALBASE}/include/glib-2.0 \
|
|
-I${LOCALBASE}/include/pango-1.0 \
|
|
-I${LOCALBASE}/include/atk-1.0"
|
|
CONFIGURE_ARGS= --with-png=${LOCALBASE} \
|
|
--with-jpeg=${LOCALBASE} \
|
|
--with-tiff=${LOCALBASE}
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
.if !defined(WITHOUT_JAVA)
|
|
USE_JAVA= yes
|
|
JAVA_VERSION= 1.3+
|
|
JAVA_OS= native
|
|
CONFIGURE_ARGS+= --with-java=${JAVA_HOME}
|
|
.else
|
|
CONFIGURE_ARGS+= --without-java
|
|
.endif
|
|
|
|
pre-configure:
|
|
cd ${WRKSRC} && ./bootstrap
|
|
|
|
.include <bsd.port.mk>
|