pkgsrc-wip/palm-db-tools/Makefile
Juan Romero Pardines e1c60ca977 Initial import of palm-db-tools 0_3_4.
Package provided by David Forrai david.forrai@gemair.com> via PR 
pkg/21104.

This is an early development version of a set of tools for converting
between various flat file formats and several common Palm OS database
files. Currently it creates two tools:

csv2pdb - Convert a comma separated values text file to a Palm DB file
pdb2csv - Convert a Palm DB file to a comma separated values text file

No man page for these tools yet, but a text description is installed
in ${LOCALBASE}/share/palm-db-tools/manual.txt
2003-09-17 16:21:01 +00:00

25 lines
632 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2003/09/17 16:21:01 xtraeme Exp $
#
DISTNAME= palm-db-tools-0_3_4
PKGNAME= palm-db-tools-0.3.4
CATEGORIES= converters
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=palm-db-tools/}
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://palm-db-tools.sourceforge.net
COMMENT= Tools to convert to/from Palm OS databases
USE_GMAKE= yes
USE_BUILDLINK2= YES
USE_LIBTOOL= YES
LTCONFIG_OVERRIDE=${WRKSRC}/ltconfig
LIBTOOL_OVERRIDE=${WRKSRC}/libtool
GNU_CONFIGURE= yes
CONFIGURE_SCRIPT= ${WRKSRC}/configure
WRKSRC= ${WRKDIR}/palm-db-tools
.include "../../devel/libtool/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"