View | Details | Raw Unified | Return to bug 169980
Collapse All | Expand All

(-)./Makefile (-3 / +2 lines)
Lines 8-32 Link Here
8
PORTNAME=	nspostgres
8
PORTNAME=	nspostgres
9
PORTVERSION=	4.1
9
PORTVERSION=	4.1
10
PORTREVISION=	3
10
PORTREVISION=	3
11
DISTVERSIONSUFFIX=	-src
12
CATEGORIES=	databases www
11
CATEGORIES=	databases www
13
MASTER_SITES=	SF/aolserver/${PORTNAME}/${PORTVERSION}
12
MASTER_SITES=	SF/aolserver/${PORTNAME}/${PORTVERSION}
14
PKGNAMEPREFIX=	aolserver-
13
PKGNAMEPREFIX=	aolserver-
15
DIST_SUBDIR=	aolserver
14
DIST_SUBDIR=	aolserver
16
15
17
MAINTAINER=	ports@FreeBSD.org
16
MAINTAINER=	bryan@shatow.net
18
COMMENT=	Internal PostgreSQL driver for AOLserver
17
COMMENT=	Internal PostgreSQL driver for AOLserver
19
18
20
LICENSE=	MPL
19
LICENSE=	MPL
21
20
22
WRKSRC=		${WRKDIR}/nspostgres-${PORTVERSION}
21
WRKSRC=		${WRKDIR}/nspostgres-${PORTVERSION}
22
DISTVERSIONSUFFIX=	-src
23
23
24
AOLSERVERBASE?=	aolserver
24
AOLSERVERBASE?=	aolserver
25
BUILD_DEPENDS+=	${LOCALBASE}/${AOLSERVERBASE}/bin/nsd:${PORTSDIR}/www/aolserver
25
BUILD_DEPENDS+=	${LOCALBASE}/${AOLSERVERBASE}/bin/nsd:${PORTSDIR}/www/aolserver
26
RUN_DEPENDS+=	${LOCALBASE}/${AOLSERVERBASE}/bin/nsd:${PORTSDIR}/www/aolserver
26
RUN_DEPENDS+=	${LOCALBASE}/${AOLSERVERBASE}/bin/nsd:${PORTSDIR}/www/aolserver
27
27
28
USE_PGSQL=	yes
28
USE_PGSQL=	yes
29
DEFAULT_PGSQL_VER=	82
30
USE_GMAKE=	yes
29
USE_GMAKE=	yes
31
30
32
MAKE_ARGS=	AOLSERVER="${LOCALBASE}/${AOLSERVERBASE}" \
31
MAKE_ARGS=	AOLSERVER="${LOCALBASE}/${AOLSERVERBASE}" \

Return to bug 169980