freebsd-ports/databases/libsdb/Makefile
Kirill Ponomarev 29cdf8e0a1 Update to version 0.5.5
PR:		ports/68862
Submitted by:	Ports Fury
2004-07-09 18:04:12 +00:00

30 lines
618 B
Makefile

# ex:ts=8
# New ports collection makefile for: libsdb
# Date created: Jul 2, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= libsdb
PORTVERSION= 0.5.5
CATEGORIES= databases
MASTER_SITES= ftp://siag.nu/pub/libsdb/ \
http://siag.nu/pub/libsdb/
DISTNAME= sdb-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Simple database library
USE_GNOME= gnometarget lthack
USE_INC_LIBTOOL_VER= 13
INSTALLS_SHLIB= yes
MAN3= sdb.3 sdb_init.3 sdb_open.3 sdb_close.3 sdb_query.3
MAN8= sdbd.8
post-patch:
@${REINPLACE_CMD} -e \
's|= -lsdb|= $$(top_builddir)/libsdb.la|g' ${WRKSRC}/Makefile.in
.include <bsd.port.mk>