aboutsummaryrefslogtreecommitdiffstats
path: root/databases/libsdb/Makefile
blob: aa69f0a5c1ed287f02de236daac709a18b047eeb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# ex:ts=8
# New ports collection makefile for:    libsdb
# Date created:         Jul 2, 2001
# Whom:             ijliao
#
# $FreeBSD$
#

PORTNAME=   libsdb
PORTVERSION=    0.2.2
CATEGORIES= databases
MASTER_SITES=   ftp://siag.nu/pub/libsdb/ \
        http://siag.nu/pub/libsdb/
DISTNAME=   sdb-${PORTVERSION}

MAINTAINER= ports@FreeBSD.org

GNU_CONFIGURE=  yes
INSTALLS_SHLIB= yes

.include <bsd.port.mk>