|
Lines 3-23
Link Here
|
| 3 |
|
3 |
|
| 4 |
PORTNAME= libpano13 |
4 |
PORTNAME= libpano13 |
| 5 |
PORTVERSION= 2.9.18 |
5 |
PORTVERSION= 2.9.18 |
| 6 |
PORTREVISION= 1 |
6 |
PORTREVISION= 2 |
| 7 |
CATEGORIES= graphics java |
7 |
CATEGORIES= graphics java |
| 8 |
MASTER_SITES= SF/panotools/${PORTNAME}/${PORTNAME}-${PORTVERSION} |
8 |
MASTER_SITES= SF/panotools/${PORTNAME}/${PORTNAME}-${PORTVERSION} |
| 9 |
|
9 |
|
| 10 |
MAINTAINER= vd@FreeBSD.org |
10 |
MAINTAINER= vd@FreeBSD.org |
| 11 |
COMMENT= Cross-platform library behind Panorama Tools and other photo stitchers |
11 |
COMMENT= Cross-platform library behind Panorama Tools and other photo stitchers |
| 12 |
|
12 |
|
|
|
13 |
LICENSE= GPLv2 |
| 14 |
|
| 13 |
LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \ |
15 |
LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \ |
| 14 |
libpng15.so:${PORTSDIR}/graphics/png \ |
16 |
libpng15.so:${PORTSDIR}/graphics/png \ |
| 15 |
libtiff.so:${PORTSDIR}/graphics/tiff |
17 |
libtiff.so:${PORTSDIR}/graphics/tiff |
| 16 |
|
18 |
|
|
|
19 |
OPTIONS_DEFINE= JAVA |
| 20 |
|
| 21 |
.include <bsd.port.options.mk> |
| 22 |
|
| 23 |
USE_AUTOTOOLS= autoconf:env autoheader:env aclocal:env automake:env |
| 17 |
USE_GNOME= gtk20 glib20 pango atk |
24 |
USE_GNOME= gtk20 glib20 pango atk |
| 18 |
|
25 |
USES= libtool |
| 19 |
USE_AUTOTOOLS= autoconf:env autoheader:env aclocal:env \ |
|
|
| 20 |
automake:env libtool:env |
| 21 |
GNU_CONFIGURE= yes |
26 |
GNU_CONFIGURE= yes |
| 22 |
CPPFLAGS+= -I${LOCALBASE}/include/gtk-2.0 \ |
27 |
CPPFLAGS+= -I${LOCALBASE}/include/gtk-2.0 \ |
| 23 |
-I${LOCALBASE}/include/glib-2.0 \ |
28 |
-I${LOCALBASE}/include/glib-2.0 \ |
|
Lines 29-35
Link Here
|
| 29 |
|
34 |
|
| 30 |
USE_LDCONFIG= yes |
35 |
USE_LDCONFIG= yes |
| 31 |
|
36 |
|
| 32 |
.if !defined(WITHOUT_JAVA) |
37 |
.if ${PORT_OPTIONS:MJAVA} |
| 33 |
USE_JAVA= yes |
38 |
USE_JAVA= yes |
| 34 |
JAVA_VERSION= 1.6+ |
39 |
JAVA_VERSION= 1.6+ |
| 35 |
JAVA_OS= native |
40 |
JAVA_OS= native |