pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/libpqxx Split out Makefile.common, for the b...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/078d43cf9ab5
branches:  trunk
changeset: 465870:078d43cf9ab5
user:      is <is%pkgsrc.org@localhost>
date:      Wed Jan 07 13:32:40 2004 +0000

description:
Split out Makefile.common, for the benefit of the -doc package.

diffstat:

 databases/libpqxx/Makefile        |   8 ++------
 databases/libpqxx/Makefile.common |  13 +++++++++++++
 2 files changed, 15 insertions(+), 6 deletions(-)

diffs (35 lines):

diff -r a59503d10330 -r 078d43cf9ab5 databases/libpqxx/Makefile
--- a/databases/libpqxx/Makefile        Wed Jan 07 11:22:49 2004 +0000
+++ b/databases/libpqxx/Makefile        Wed Jan 07 13:32:40 2004 +0000
@@ -1,12 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2004/01/07 11:22:49 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2004/01/07 13:32:40 is Exp $
 #
 
-DISTNAME=              libpqxx-2.1.3
-CATEGORIES=            databases
-MASTER_SITES=          ftp://gborg.postgresql.org/pub/libpqxx/stable/
+.include "../../databases/libpqxx/Makefile.common"
 
-MAINTAINER=            is%NetBSD.org@localhost
-HOMEPAGE=              http://pqxx.tk/
 COMMENT=               C++ interface to postgresql-lib
 
 NOT_FOR_PLATFORM=      NetBSD-*-pc532
diff -r a59503d10330 -r 078d43cf9ab5 databases/libpqxx/Makefile.common
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/libpqxx/Makefile.common Wed Jan 07 13:32:40 2004 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile.common,v 1.1 2004/01/07 13:32:40 is Exp $
+#
+
+LIBPQXX_VERSION=       2.1.3
+DISTNAME=              libpqxx-${LIBPQXX_VERSION}
+CATEGORIES=            databases
+MASTER_SITES=          ftp://gborg.postgresql.org/pub/libpqxx/stable/
+
+MAINTAINER=            is%NetBSD.org@localhost
+HOMEPAGE=              http://pqxx.tk/
+
+DISTINFO_FILE=         ${.CURDIR}/../../databases/libpqxx/distinfo
+PATCHDIR=              ${.CURDIR}/../../databases/libpqxx/patches



Home | Main Index | Thread Index | Old Index