summaryrefslogtreecommitdiff
path: root/databases/pxtools/Makefile
diff options
context:
space:
mode:
authorzuntum <zuntum>2003-02-17 14:42:10 +0000
committerzuntum <zuntum>2003-02-17 14:42:10 +0000
commit10f9ea5432500b2e9bffc53002c337e13d695315 (patch)
treeaec211ffbcea8f307e4e46de2b1c776cd6577837 /databases/pxtools/Makefile
parent9750d6812de3dd327a9ff87f2a5f6cbb63ea9055 (diff)
downloadpkgsrc-10f9ea5432500b2e9bffc53002c337e13d695315.tar.gz
Initial import of databases/pxtools (version 0.0.19)
The pxTools are a collection of tools to work with a Paradox-database. It consists of pxinfo, pxcsvdump, pxxmldump and pxsqldump. Provided by collver1@attbi.com in PR#19394, slightly modified by me.
Diffstat (limited to 'databases/pxtools/Makefile')
-rw-r--r--databases/pxtools/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/databases/pxtools/Makefile b/databases/pxtools/Makefile
new file mode 100644
index 00000000000..4a44b49081c
--- /dev/null
+++ b/databases/pxtools/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/02/17 14:42:10 zuntum Exp $
+#
+
+DISTNAME= pxtools-0.0.19
+CATEGORIES= databases
+MASTER_SITES= http://jan.kneschke.de/projects/pxtools/download/
+
+MAINTAINER= collver1@attbi.com
+HOMEPAGE= http://jan.kneschke.de/projects/pxtools/
+COMMENT= Paradox database export/info utilities
+
+USE_BUILDLINK2= YES
+USE_PKGLOCALEDIR= YES
+USE_GMAKE= YES
+
+GNU_CONFIGURE= YES
+
+.include "../../devel/gettext-lib/buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"