22 lines
372 B
Makefile
22 lines
372 B
Makefile
# 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>
|