blob: 08bbfa9cd06c9baab49023e704d2047d06bdb8ad (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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>
|