freebsd-ports/databases/pgdbf/Makefile
Bryan Drewery 503e24f3bb - Update to 0.6.2 [1]
- Update to new header

Changes:
 * Adds iconv charset conversion and 64-bit little-endian fixes.

PR:		ports/172191 [1]
Submitted by:	Kirk Strauser <kirk@strauser.com> (maintainer) [1]
2012-10-01 03:02:08 +00:00

31 lines
543 B
Makefile

# Created by: kirk@daycos.com
# $FreeBSD$
PORTNAME= pgdbf
PORTVERSION= 0.6.2
CATEGORIES= databases
MASTER_SITES= SF
MAINTAINER= kirk@strauser.com
COMMENT= Convert XBase / FoxPro tables to PostgreSQL
LICENSE= GPLv3
USE_XZ= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
MAN1= pgdbf.1
PLIST_FILES= bin/pgdbf \
%%DOCSDIR%%/README
PLIST_DIRS= %%DOCSDIR%%
.include <bsd.port.pre.mk>
.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
BROKEN= Does not compile on ia64, powerpc, or sparc64
.endif
.include <bsd.port.post.mk>