diff options
author | zuntum <zuntum@pkgsrc.org> | 2003-02-17 14:42:10 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2003-02-17 14:42:10 +0000 |
commit | 864c2633fec8c11af2822a417a62fe0c90a2513b (patch) | |
tree | aec211ffbcea8f307e4e46de2b1c776cd6577837 /databases/pxtools/Makefile | |
parent | ed6f0a5c1e35b25081df5d4fb7c6a5037392f5d4 (diff) | |
download | pkgsrc-864c2633fec8c11af2822a417a62fe0c90a2513b.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/Makefile | 19 |
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" |