Lines 2-8
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= pgadmin3 |
4 |
PORTNAME= pgadmin3 |
5 |
PORTVERSION= 1.20.0 |
5 |
PORTVERSION= 1.22.1 |
6 |
PORTREVISION= 1 |
6 |
PORTREVISION= 1 |
7 |
CATEGORIES= databases |
7 |
CATEGORIES= databases |
8 |
MASTER_SITES= PGSQL/pgadmin3/release/v${PORTVERSION}/src |
8 |
MASTER_SITES= PGSQL/pgadmin3/release/v${PORTVERSION}/src |
Lines 15-21
Link Here
|
15 |
|
15 |
|
16 |
BUILD_DEPENDS= sphinx-build:${PORTSDIR}/textproc/py-sphinx |
16 |
BUILD_DEPENDS= sphinx-build:${PORTSDIR}/textproc/py-sphinx |
17 |
|
17 |
|
18 |
IGNORE_WITH_PGSQL= 8.2 8.3 8.4 |
18 |
USES_PGSQL= 9.0+ |
19 |
USES= gettext gmake pgsql #:9.0+ |
19 |
USES= gettext gmake pgsql #:9.0+ |
20 |
GNU_CONFIGURE= yes |
20 |
GNU_CONFIGURE= yes |
21 |
CONFIGURE_ARGS= --with-wx-version=${USE_WX} --enable-databasedesigner |
21 |
CONFIGURE_ARGS= --with-wx-version=${USE_WX} --enable-databasedesigner |
Lines 22-28
Link Here
|
22 |
USE_GNOME= libxml2 libxslt |
22 |
USE_GNOME= libxml2 libxslt |
23 |
USE_WX= 2.8 |
23 |
USE_WX= 2.8 |
24 |
WX_COMPS= wx contrib |
24 |
WX_COMPS= wx contrib |
25 |
WX_UNICODE= yes |
|
|
26 |
|
25 |
|
27 |
PLIST_FILES= bin/pgadmin3 |
26 |
PLIST_FILES= bin/pgadmin3 |
28 |
PORTDATA= * |
27 |
PORTDATA= * |