mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
d72be86633
PR: 140839 Submitted by: Kirk Strauser <kirk@daycos.com> (maintainer)
26 lines
461 B
Makefile
26 lines
461 B
Makefile
# Ports collection makefile for: pgdbf
|
|
# Date created: 23 June 2009
|
|
# Whom: kirk@daycos.com
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= pgdbf
|
|
PORTVERSION= 0.5.0
|
|
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>
|