aboutsummaryrefslogtreecommitdiff
path: root/databases/pgdbf/Makefile
blob: 9008ed3e60375a50dba34baf31d47ce31af28e50 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# 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>