2003-10-30 02:29:21 +00:00
|
|
|
# New ports collection makefile for: QDBM
|
|
|
|
# Date created: 18 October 2003
|
|
|
|
# Whom: Kimura Fuyuki <fuyuki@nigredo.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= qdbm
|
2004-03-03 20:35:05 +00:00
|
|
|
PORTVERSION= 1.8.2
|
2003-10-30 02:29:21 +00:00
|
|
|
CATEGORIES= databases
|
2004-01-08 23:55:14 +00:00
|
|
|
MASTER_SITES= http://qdbm.sourceforge.net/ \
|
2004-03-03 20:35:05 +00:00
|
|
|
${MASTER_SITE_SOURCEFORGE}
|
2003-10-30 02:29:21 +00:00
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
|
|
|
MAINTAINER= fuyuki@nigredo.org
|
|
|
|
COMMENT= Quick Database Manager
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2003-11-19 06:49:49 +00:00
|
|
|
CONFIGURE_ARGS= --enable-zlib
|
2004-01-05 23:35:27 +00:00
|
|
|
MAKE_ARGS= RELCFLAGS="${CFLAGS}" \
|
|
|
|
MYDATADIR="${DOCSDIR}" MYDOCS="${PORTDOCS}"
|
2003-10-30 02:29:21 +00:00
|
|
|
INSTALLS_SHLIB= yes
|
2003-11-05 19:55:18 +00:00
|
|
|
.if !defined(NOPORTDOCS)
|
2004-01-05 23:35:27 +00:00
|
|
|
PORTDOCS= spex.html spex-ja.html ChangeLog NEWS
|
2003-11-05 19:55:18 +00:00
|
|
|
.endif
|
|
|
|
|
|
|
|
MAN3= cabin.3 curia.3 depot.3 hovel.3 odeum.3 qdbm.3 relic.3 villa.3
|
|
|
|
MLINKS= curia.3 cropen.3 depot.3 dpopen.3 \
|
2003-11-07 03:14:54 +00:00
|
|
|
odeum.3 odopen.3 villa.3 vlopen.3 villa.3 vista.3
|
2003-10-30 02:29:21 +00:00
|
|
|
|
2003-12-11 00:17:30 +00:00
|
|
|
post-build:
|
|
|
|
cd ${WRKSRC}/lab; ${MAKE} CC="${CC}" CFLAGS="${CFLAGS}" fmtcnv031127
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/lab/fmtcnv031127 ${PREFIX}/bin
|
|
|
|
|
2004-02-27 22:09:18 +00:00
|
|
|
test:
|
|
|
|
cd ${WRKSRC}; ${MAKE} check
|
|
|
|
|
2003-10-30 02:29:21 +00:00
|
|
|
.include <bsd.port.mk>
|