Files
pkgsrc-ng/databases/postgresql-uuid/Makefile.common
2016-01-21 23:40:00 +01:00

33 lines
1.1 KiB
Makefile

# $NetBSD: Makefile.common,v 1.8 2014/10/05 16:41:05 wiz Exp $
#
# used by databases/postgresql84-uuid/Makefile
# used by databases/postgresql90-uuid/Makefile
DISTNAME= uuid-freebsd-1.0.2
PKGNAME= postgresql${PGSQL_VERSION}-uuid-1.0.2
CATEGORIES= databases
MASTER_SITES= http://pgfoundry.org/frs/download.php/2605/
EXTRACT_SUFX= .tgz
MAINTAINER= brook@nmsu.edu
HOMEPAGE= http://pgfoundry.org/projects/uuid-freebsd/
COMMENT= UUID creation functions for PostgreSQL
LICENSE= isc
USE_TOOLS+= gmake
DESCR_SRC= ${.CURDIR}/../../databases/postgresql-uuid/DESCR
DISTINFO_FILE= ${.CURDIR}/../../databases/postgresql-uuid/distinfo
PATCHDIR= ${.CURDIR}/../../databases/postgresql-uuid/patches
PLIST_SRC= ${.CURDIR}/../../databases/postgresql-uuid/PLIST
post-extract:
${MV} ${WRKSRC}/uuid-freebsd.c ${WRKSRC}/uuid.c
${MV} ${WRKSRC}/uninstall_uuid-freebsd.sql \
${WRKSRC}/uninstall_uuid.sql
${MV} ${WRKSRC}/uuid-freebsd.sql.in ${WRKSRC}/uuid.sql.in
.include "../../databases/postgresql${PGSQL_VERSION}-client/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"