1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/databases/qdbm/Makefile
Yen-Ming Lee 2cdc1d2302 Update to 1.7.7
PR:		follow-up of 58897
Submitted by:	Kimura Fuyuki <fuyuki@nigredo.org>
2003-11-07 03:14:54 +00:00

32 lines
728 B
Makefile

# New ports collection makefile for: QDBM
# Date created: 18 October 2003
# Whom: Kimura Fuyuki <fuyuki@nigredo.org>
#
# $FreeBSD$
#
PORTNAME= qdbm
PORTVERSION= 1.7.7
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= fuyuki@nigredo.org
COMMENT= Quick Database Manager
GNU_CONFIGURE= yes
MAKE_ARGS= RELCFLAGS="${CFLAGS}" MYSHAREDIR="${DOCSDIR}"
INSTALLS_SHLIB= yes
.if !defined(NOPORTDOCS)
MAKE_ARGS+= MYDOCS="spex.html spex-ja.html"
.else
MAKE_ARGS+= MYDOCS=""
.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 \
odeum.3 odopen.3 villa.3 vlopen.3 villa.3 vista.3
.include <bsd.port.mk>