1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/databases/pxtools/Makefile
Marcelo Araujo 570ec8db70 - Update MASTER_SITES.
- Add LICENSE.
- Add MAKE_JOBS_SAFE.
- Trim header.

PR:		ports/174179
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-01-21 03:37:56 +00:00

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>