summaryrefslogtreecommitdiff
path: root/databases/palm-db-tools/Makefile
diff options
context:
space:
mode:
authordsainty <dsainty@pkgsrc.org>2007-02-19 21:19:14 +0000
committerdsainty <dsainty@pkgsrc.org>2007-02-19 21:19:14 +0000
commitb184ad38abc13dead5b0ca79d4c11ef8de9f9be6 (patch)
treed434e802698fff9608976a915c87b1e335a22211 /databases/palm-db-tools/Makefile
parente29331ffd4d2bcec8bd8482eb73ceaf459af9881 (diff)
downloadpkgsrc-b184ad38abc13dead5b0ca79d4c11ef8de9f9be6.tar.gz
PalmOS Flat-File Database Tools. Conversion utilities for the PalmOS
flat-file database programs "MobileDB", "JFile" v3.x, "List", and the open source "DB".
Diffstat (limited to 'databases/palm-db-tools/Makefile')
-rw-r--r--databases/palm-db-tools/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/databases/palm-db-tools/Makefile b/databases/palm-db-tools/Makefile
new file mode 100644
index 00000000000..d9049c281da
--- /dev/null
+++ b/databases/palm-db-tools/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/02/19 21:19:14 dsainty Exp $
+#
+
+DISTNAME= ${PKGNAME_NOREV:S/./_/g}
+PKGNAME= palm-db-tools-0.3.6
+CATEGORIES= databases
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=palm-db-tools/}
+
+MAINTAINER= dsainty@NetBSD.org
+HOMEPAGE= http://sourceforge.net/projects/palm-db-tools/
+COMMENT= Conversion utilities for PalmOS flat-file database programs
+
+#LICENSE= GPL
+
+WRKSRC= ${WRKDIR}/palm-db-tools
+GNU_CONFIGURE= yes
+USE_LANGUAGES= c c++
+USE_TOOLS+= gmake
+USE_LIBTOOL= yes
+
+# The default of -Werror is a bit optimistic. This code also causes
+# problems attempting to link C++ code with "cc", but using "libtool"
+# fixes this.
+CONFIGURE_ARGS= --disable-warnings --enable-libtool
+
+.include "../../mk/bsd.pkg.mk"