mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
570ec8db70
- Add LICENSE. - Add MAKE_JOBS_SAFE. - Trim header. PR: ports/174179 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
24 lines
520 B
Makefile
24 lines
520 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
|
|
|
|
USE_GETTEXT= yes
|
|
GNU_CONFIGURE= yes
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
.include <bsd.port.mk>
|