freebsd-ports/databases/pxtools/Makefile
Alex Kozlov d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00

22 lines
498 B
Makefile

# Created by: Chris D. Faulhaber <jedgar@FreeBSD.org>
# $FreeBSD$
PORTNAME= pxtools
PORTVERSION= 0.0.20
PORTREVISION= 3
CATEGORIES= databases
MASTER_SITES= http://jan.kneschke.de/assets/projects/pxtools/ \
http://www.sourcefiles.org/Databases/Utilities/Conversion/
MAINTAINER= ports@FreeBSD.org
COMMENT= Collection of tools to work with Paradox databases
LICENSE= GPLv2
USES= gettext
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>