Lines 4-23
Link Here
|
4 |
# |
4 |
# |
5 |
# $FreeBSD: ports/databases/postgresql-docs/Makefile,v 1.7 2003/06/19 09:12:55 daichi Exp $ |
5 |
# $FreeBSD: ports/databases/postgresql-docs/Makefile,v 1.7 2003/06/19 09:12:55 daichi Exp $ |
6 |
# |
6 |
# |
|
|
7 |
POSTGRESQL_PORT?= databases/postgresql7 |
7 |
|
8 |
|
8 |
PORTNAME= postgresql |
9 |
PORTNAME= postgresql |
|
|
10 |
PORTVERSION!= ${MAKE} -C ${.CURDIR}/../../${POSTGRESQL_PORT} -V PORTVERSION |
11 |
CATEGORIES= databases java |
12 |
MASTER_SITES= ${MASTER_SITE_PGSQL} |
13 |
MASTER_SITE_SUBDIR!= ${MAKE} -C ${.CURDIR}/../../${POSTGRESQL_PORT} -V MASTER_SITE_SUBDIR |
9 |
PKGNAMESUFFIX= -docs |
14 |
PKGNAMESUFFIX= -docs |
10 |
PORTREVISION= 0 |
15 |
DISTFILES= postgresql-docs-${PORTVERSION}${EXTRACT_SUFX} |
|
|
16 |
DIST_SUBDIR= postgresql |
11 |
|
17 |
|
12 |
MAINTAINER= girgen@pingpong.net |
18 |
MAINTAINER= girgen@pingpong.net |
13 |
COMMENT= The PostgreSQL documentation set |
19 |
COMMENT= The PostgreSQL documentation set |
14 |
|
20 |
|
15 |
POSTGRESQL_SUBPORT= YES |
21 |
MD5_FILE= ${.CURDIR}/../../${POSTGRESQL_PORT}/distinfo |
16 |
POSTGRESQL_PORT?= databases/postgresql7 |
|
|
17 |
.include <${.CURDIR}/../../${POSTGRESQL_PORT}/Makefile> |
18 |
DISTFILES= postgresql-docs-${PORTVERSION}${EXTRACT_SUFX} |
19 |
.undef USE_GMAKE |
20 |
.undef GNU_CONFIGURE |
21 |
NO_BUILD= YES |
22 |
NO_BUILD= YES |
22 |
|
23 |
|
23 |
do-install: |
24 |
do-install: |