freebsd-ports/databases/pgdbf/Makefile

30 lines
548 B
Makefile
Raw Normal View History

# 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
2014-02-14 16:01:00 +01:00
USES= gmake
GNU_CONFIGURE= yes
PLIST_FILES= bin/pgdbf \
2014-02-14 16:01:00 +01:00
%%DOCSDIR%%/README \
man/man1/pgdbf.1.gz
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>