freebsd-ports/databases/pxtools/Makefile
Gabor Kovesdan 4145084b78 - Add patch to fix coredumps when using tables with BLOBs
- Bump PORTREVISION

Submitted by:	Kurt Jaeger <pi@c0mplx.org> (via private mail)
Approved by:	erwin (mentor, implicit)
2007-02-21 19:00:53 +00:00

29 lines
677 B
Makefile

# New ports collection makefile for: pxtools
# Date created: 27 November 1999
# Whom: Chris D. Faulhaber <jedgar@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= pxtools
PORTVERSION= 0.0.20
PORTREVISION= 1
CATEGORIES= databases
MASTER_SITES= http://jan.kneschke.de/assets/2007/2/16/
MAINTAINER= ports@FreeBSD.org
COMMENT= Collection of tools to work with Paradox databases
USE_GETOPT_LONG=yes
GNU_CONFIGURE= yes
USE_GETTEXT= yes
CPPFLAGS= -I${LOCALBASE}/include
LDFLAGS= -L${LOCALBASE}/lib
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
post-patch:
@${REINPLACE_CMD} -e 's|-O2|${CFLAGS}|' \
${WRKSRC}/configure ${WRKSRC}/src/Makefile.in
.include <bsd.port.mk>