mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
30e7cc68a3
PR: ports/165592 Submitted by: Kirk Strauser <kirk@strauser.com> (maintainer)
30 lines
450 B
Makefile
30 lines
450 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.mk>
|