2002-08-27 01:14:23 +02:00
|
|
|
# New ports collection makefile for: PostgreSQL docs
|
|
|
|
# Date created: August 26, 2002
|
2003-01-04 04:36:53 +01:00
|
|
|
# Whom: Palle Girgensohn <girgen@pingpong.net>
|
2002-08-27 01:14:23 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= postgresql
|
|
|
|
PKGNAMESUFFIX= -docs
|
|
|
|
|
2003-01-04 04:36:53 +01:00
|
|
|
MAINTAINER= girgen@pingpong.net
|
2002-08-27 01:14:23 +02:00
|
|
|
|
|
|
|
POSTGRESQL_SUBPORT= YES
|
2003-01-04 04:36:53 +01:00
|
|
|
POSTGRESQL_PORT?= databases/postgresql7
|
2003-01-04 10:01:05 +01:00
|
|
|
.include <${.CURDIR}/../../${POSTGRESQL_PORT}/Makefile>
|
2002-08-27 01:14:23 +02:00
|
|
|
DISTFILES= postgresql-docs-${PORTVERSION}${EXTRACT_SUFX}
|
|
|
|
.undef GNU_CONFIGURE
|
|
|
|
NO_BUILD= YES
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
$(MKDIR) ${PREFIX}/share/doc/postgresql/html; \
|
|
|
|
${GZIP_CMD} -dc ${WRKSRC}/doc/postgres.tar.gz | \
|
|
|
|
( cd $(PREFIX)/share/doc/postgresql/html && $(TAR) xf - )
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|