diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-03-20 21:47:46 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-03-20 21:47:46 +0000 |
commit | fd8b481fdf6d2ecc5ae1501db5718e15aa75f5b7 (patch) | |
tree | 8b32ea9fcb7a0b4f6ab16f572cbcdfb9a191ed51 /databases/cdb | |
parent | f44350f079ba13ebdabd91affaa5be297fd607fc (diff) | |
download | ports-fd8b481fdf6d2ecc5ae1501db5718e15aa75f5b7.tar.gz ports-fd8b481fdf6d2ecc5ae1501db5718e15aa75f5b7.zip |
Notes
Diffstat (limited to 'databases/cdb')
-rw-r--r-- | databases/cdb/Makefile | 21 | ||||
-rw-r--r-- | databases/cdb/distinfo | 2 | ||||
-rw-r--r-- | databases/cdb/pkg-plist | 6 |
3 files changed, 21 insertions, 8 deletions
diff --git a/databases/cdb/Makefile b/databases/cdb/Makefile index 805f998a5741..733e2a3b875f 100644 --- a/databases/cdb/Makefile +++ b/databases/cdb/Makefile @@ -1,19 +1,30 @@ # ports collection makefile for: Constant DataBase -# Version required: 0.55 +# Version required: 0.75 # Date created: 18th July 1998 # Whom: Gary Palmer <gpalmer@freebsd.org> # # $FreeBSD$ # -DISTNAME= cdb-0.55 +DISTNAME= cdb-0.75 CATEGORIES= databases -MASTER_SITES= http://cr.yp.to/software/ +MASTER_SITES= http://cr.yp.to/cdb/ MAINTAINER= ports@FreeBSD.org ALL_TARGET= it -MAN1= cdbget.1 cdbmake.1 cdbdump.1 cdbstats.1 cdbtest.1 -MAN3= cdb.3 +INSTALL_TARGET= setup + +do-configure: + @${MV} ${WRKSRC}/conf-home ${WRKSRC}/conf-home.orig + ${ECHO} ${PREFIX} > ${WRKSRC}/conf-home + @${MV} ${WRKSRC}/conf-cc ${WRKSRC}/conf-cc.orig + ${ECHO} ${CC} ${CFLAGS} > ${WRKSRC}/conf-cc + @${MV} ${WRKSRC}/conf-ld ${WRKSRC}/conf-ld.orig + ${ECHO} ${CC} -s > ${WRKSRC}/conf-ld + +post-install: + ${INSTALL_DATA} ${WRKSRC}/cdb.h ${PREFIX}/include + ${INSTALL_DATA} ${WRKSRC}/cdb.a ${PREFIX}/lib/libcdb.a .include <bsd.port.mk> diff --git a/databases/cdb/distinfo b/databases/cdb/distinfo index 3f83d8a56b78..30785c9f8ccc 100644 --- a/databases/cdb/distinfo +++ b/databases/cdb/distinfo @@ -1 +1 @@ -MD5 (cdb-0.55.tar.gz) = bc6f32de8df81c699d5d76431ce76e79 +MD5 (cdb-0.75.tar.gz) = 81fed54d0bde51b147dd6c20cdb92d51 diff --git a/databases/cdb/pkg-plist b/databases/cdb/pkg-plist index 860d8710d81a..df14fd3c8f24 100644 --- a/databases/cdb/pkg-plist +++ b/databases/cdb/pkg-plist @@ -1,7 +1,9 @@ +bin/cdbdump bin/cdbget bin/cdbmake -bin/cdbdump +bin/cdbmake-12 +bin/cdbmake-sv bin/cdbstats bin/cdbtest +include/cdb.h lib/libcdb.a -lib/libcdbmake.a |