summaryrefslogtreecommitdiff
path: root/graphics/libpano12/Makefile
blob: 63bd812958474b6ab37bca0b0f61007ad87462f0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# 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.4
PORTREVISION=	2
CATEGORIES=	graphics java
MASTER_SITES=	SF
MASTER_SITE_SUBDIR=	panotools

MAINTAINER=	vd@FreeBSD.org
COMMENT=	Panorama Tools to make panorama pictures

BUILD_DEPENDS=	gimp>0:${PORTSDIR}/graphics/gimp
RUN_DEPENDS=	${BUILD_DEPENDS}
LIB_DEPENDS=	tiff:${PORTSDIR}/graphics/tiff \
		png:${PORTSDIR}/graphics/png \
		jpeg:${PORTSDIR}/graphics/jpeg \
		cairo:${PORTSDIR}/graphics/cairo

USE_GNOME=	gtk20 glib20 pango atk

USE_AUTOTOOLS=	autoconf:261:env autoheader:261:env aclocal:19:env \
		automake:19:env libtool:15:env
GNU_CONFIGURE=	yes
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include/gtk-2.0 \
			-I${LOCALBASE}/include/gimp-2.0 \
			-I${LOCALBASE}/include/glib-2.0 \
			-I${LOCALBASE}/include/cairo \
			-I${LOCALBASE}/include/pango-1.0 \
			-I${LOCALBASE}/include/atk-1.0"

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
#\
#	${SETENV} ${AUTOTOOLS_ENV} \
#	ACLOCAL="${ACLOCAL} -I ${LOCALBASE}/share/aclocal" \
#	./bootstrap

.include <bsd.port.mk>