Lines 1-12
Link Here
|
1 |
# Created by: Vasil Dimov <vd@FreeBSD.org> |
1 |
# Created by: Vasil Dimov <vd@FreeBSD.org> |
2 |
|
2 |
|
3 |
PORTNAME= libpano13 |
3 |
PORTNAME= libpano13 |
4 |
PORTVERSION= 2.9.19 |
4 |
PORTVERSION= 2.9.20 |
5 |
PORTREVISION= 1 |
|
|
6 |
CATEGORIES= graphics java |
5 |
CATEGORIES= graphics java |
7 |
MASTER_SITES= SF/panotools/${PORTNAME}/${PORTNAME}-${PORTVERSION} |
6 |
MASTER_SITES= SF/panotools/${PORTNAME}/${PORTNAME}-${PORTVERSION} |
8 |
|
7 |
|
9 |
MAINTAINER= ports@FreeBSD.org |
8 |
MAINTAINER= fuz@fuz.su |
10 |
COMMENT= Cross-platform library behind Panorama Tools and other photo stitchers |
9 |
COMMENT= Cross-platform library behind Panorama Tools and other photo stitchers |
11 |
|
10 |
|
12 |
LICENSE= GPLv2+ |
11 |
LICENSE= GPLv2+ |
Lines 15-23
LICENSE_FILE= ${WRKSRC}/COPYING
Link Here
|
15 |
LIB_DEPENDS= libpng.so:graphics/png \ |
14 |
LIB_DEPENDS= libpng.so:graphics/png \ |
16 |
libtiff.so:graphics/tiff |
15 |
libtiff.so:graphics/tiff |
17 |
|
16 |
|
|
|
17 |
USES= autoreconf gnome jpeg libtool pathfix |
18 |
USE_GNOME= gtk20 glib20 pango atk |
18 |
USE_GNOME= gtk20 glib20 pango atk |
19 |
|
19 |
|
20 |
USES= autoreconf gnome jpeg libtool pathfix |
|
|
21 |
GNU_CONFIGURE= yes |
20 |
GNU_CONFIGURE= yes |
22 |
CPPFLAGS+= -I${LOCALBASE}/include/gtk-2.0 \ |
21 |
CPPFLAGS+= -I${LOCALBASE}/include/gtk-2.0 \ |
23 |
-I${LOCALBASE}/include/glib-2.0 \ |
22 |
-I${LOCALBASE}/include/glib-2.0 \ |