Lines 2-7
Link Here
|
2 |
|
2 |
|
3 |
PORTNAME= kea |
3 |
PORTNAME= kea |
4 |
PORTVERSION= ${ISCVERSION:S/-P/P/:S/-beta/b/:S/a/.a/:S/rc/.rc/} |
4 |
PORTVERSION= ${ISCVERSION:S/-P/P/:S/-beta/b/:S/a/.a/:S/rc/.rc/} |
|
|
5 |
PORTREVISION= 1 |
5 |
CATEGORIES= net |
6 |
CATEGORIES= net |
6 |
MASTER_SITES= ISC/kea/${ISCVERSION} |
7 |
MASTER_SITES= ISC/kea/${ISCVERSION} |
7 |
DISTNAME= ${PORTNAME}-${ISCVERSION} |
8 |
DISTNAME= ${PORTNAME}-${ISCVERSION} |
Lines 46-54
Link Here
|
46 |
MYSQL_USES= mysql |
47 |
MYSQL_USES= mysql |
47 |
MYSQL_CONFIGURE_ON= --with-mysql=${LOCALBASE}/bin/mysql_config |
48 |
MYSQL_CONFIGURE_ON= --with-mysql=${LOCALBASE}/bin/mysql_config |
48 |
MYSQL_CONFIGURE_OFF= --without-mysql |
49 |
MYSQL_CONFIGURE_OFF= --without-mysql |
|
|
50 |
MYSQL_SUB_LIST= REQ_MYSQL=mysql |
51 |
MYSQL_SUB_LIST_OFF= REQ_MYSQL="" |
49 |
PGSQL_USES= pgsql |
52 |
PGSQL_USES= pgsql |
50 |
WANT_PGSQL= client |
53 |
WANT_PGSQL= client |
51 |
PGSQL_CONFIGURE_ON= --with-pgsql=${LOCALBASE}/bin/pg_config |
54 |
PGSQL_CONFIGURE_ON= --with-pgsql=${LOCALBASE}/bin/pg_config |
52 |
PGSQL_CONFIGURE_OFF= --without-pgsql |
55 |
PGSQL_CONFIGURE_OFF= --without-pgsql |
|
|
56 |
PGSQL_SUB_LIST= REQ_PGSQL=postgresql |
57 |
PGSQL_SUB_LIST_OFF= REQ_PGSQL="" |
53 |
|
58 |
|
54 |
.include <bsd.port.mk> |
59 |
.include <bsd.port.mk> |