ports/databases/pgdbf/Makefile
Mark Linimon 2819597092 Mark as broken on powerpc/sparc64 (and probably ia64): "error: 'rightend'
undeclared (first use in this function)".

Hat:		portmgr
2012-05-27 06:42:02 +00:00

36 lines
616 B
Makefile

# Ports collection makefile for: pgdbf
# Date created: 23 June 2009
# Whom: kirk@daycos.com
#
# $FreeBSD$
#
PORTNAME= pgdbf
PORTVERSION= 0.6.1
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>