While here: databases/pg_reorg - stagify databases/iplike - convert to USES=libtool - strip binarie databases/ip4r - strip binaries databases/postgresql-libpgeasy - convert to USES=libtool - strip binaries - stagify databases/postgresql-libpqxx - convert to USES=libtool - strip binaries databases/postgresql-libpqxx3 - convert to USES=libtool - strip binaries
31 lines
722 B
Makefile
31 lines
722 B
Makefile
# Created by: Alexander Pyhalov <alp@sfedu.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pg_reorg
|
|
PORTVERSION= 1.1.8
|
|
CATEGORIES= databases
|
|
MASTER_SITES= http://pgfoundry.org/frs/download.php/3395/
|
|
|
|
MAINTAINER= alp@sfedu.ru
|
|
COMMENT= PostgreSQL utility to reorganize tables
|
|
|
|
LICENSE= BSD
|
|
|
|
MAKE_ENV= USE_PGXS=0
|
|
USES= gmake pgsql
|
|
|
|
PLIST_FILES= bin/pg_reorg \
|
|
lib/postgresql/pg_reorg.so \
|
|
share/postgresql/contrib/pg_reorg--1.1.8.sql \
|
|
share/postgresql/contrib/pg_reorg.sql \
|
|
share/postgresql/contrib/uninstall_pg_reorg.sql
|
|
PLIST_DIRSTRY= share/postgresql/contrib
|
|
PORTDOCS= *
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
post-install:
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
@(cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}/)
|
|
|
|
.include <bsd.port.mk>
|