5111de02d9
PR: ports/144764 Submitted by: Kirk Strauser <kirk@strauser.com> Approved by: maintainer
25 lines
461 B
Makefile
25 lines
461 B
Makefile
# Ports collection makefile for: pgdbf
|
|
# Date created: 23 June 2009
|
|
# Whom: kirk@daycos.com
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= pgdbf
|
|
PORTVERSION= 0.5.1
|
|
CATEGORIES= databases
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}
|
|
|
|
MAINTAINER= kirk@daycos.com
|
|
COMMENT= Convert XBase / FoxPro tables to PostgreSQL
|
|
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= pgdbf.1
|
|
|
|
PLIST_FILES= bin/pgdbf \
|
|
share/doc/pgdbf/README
|
|
PLIST_DIRS= %%DOCSDIR%%
|
|
|
|
.include <bsd.port.mk>
|