blob: 6bf4818c313aa1053f5a8a2e4cea2694e3cbb74d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# New ports collection makefile for: jdb
# Date created: 28 June 2002
# Whom: Lars Eggert <larse@isi.edu>
#
# $FreeBSD$
#
PORTNAME= jdb
PORTVERSION= 1.14
CATEGORIES= databases perl5
MASTER_SITES= http://www.isi.edu/~johnh/SOFTWARE/JDB/
MAINTAINER= lars.eggert@gmx.net
COMMENT= JDB manipulates flat-ASCII databases from shell scripts
USE_PERL5= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX} --datadir=${PREFIX}/lib/jdb
.include <bsd.port.mk>
|