aboutsummaryrefslogtreecommitdiff
path: root/databases/libsdb/Makefile
diff options
context:
space:
mode:
authorJean-Yves Lefort <jylefort@FreeBSD.org>2005-09-12 23:51:09 +0000
committerJean-Yves Lefort <jylefort@FreeBSD.org>2005-09-12 23:51:09 +0000
commitc4052f10a08544361f666dbf9df6e8c45be31a6a (patch)
tree80b37eeedc3453ae266f18c01bac9f74ed457ea1 /databases/libsdb/Makefile
parent5880eaa03f329f32e5c6edacbee71a9cd2d8bda6 (diff)
downloadports-c4052f10a08544361f666dbf9df6e8c45be31a6a.tar.gz
ports-c4052f10a08544361f666dbf9df6e8c45be31a6a.zip
Notes
Diffstat (limited to 'databases/libsdb/Makefile')
-rw-r--r--databases/libsdb/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/databases/libsdb/Makefile b/databases/libsdb/Makefile
index 8ba744f32df9..2b40b461cc57 100644
--- a/databases/libsdb/Makefile
+++ b/databases/libsdb/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= libsdb
-PORTVERSION= 0.5.5
+PORTVERSION= 0.6.1
CATEGORIES= databases
MASTER_SITES= ftp://siag.nu/pub/libsdb/ \
http://siag.nu/pub/libsdb/
@@ -16,15 +16,11 @@ DISTNAME= sdb-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Simple database library
-USE_GNOME= gnometarget lthack
-USE_LIBTOOL_VER=15
INSTALLS_SHLIB= yes
+HAS_CONFIGURE= yes
+MAKE_ARGS= PREFIX="${PREFIX}" CC="${CC}" CFLAGS="${CFLAGS}"
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>