diff options
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" |