pkgsrc-wip/pxlib/Makefile
Michal Pasternak f43f14bdaa pxlib is a simply and still small C library to read Paradox DB files. It
supports all versions starting from 3.0. It currently has a very limited set
of functions like to open a DB file, read its header and read every single
record. It can also extract blob data and write it to a file.
2003-11-04 05:04:31 +00:00

23 lines
693 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2003/11/04 05:04:31 mpasternak Exp $
#
DISTNAME= pxlib_0.2.0.orig
PKGNAME= pxlib-0.2.0
CATEGORIES= databases devel
MASTER_SITES= http://cesnet.dl.sourceforge.net/sourceforge/pxlib/
MAINTAINER= dotz@irc.pl
HOMEPAGE= http://cesnet.dl.sourceforge.net/sourceforge/pxlib/
COMMENT= C language library for reading Paradox database files
WRKSRC= ${WRKDIR}/pxlib-0.2.0
USE_BUILDLINK2= yes
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
PKGCONFIG_OVERRIDE+= ${WRKSRC}/pxlib.pc.in
GNU_CONFIGURE= yes
.include "../../converters/libiconv/buildlink2.mk"
.include "../../converters/recode/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"