pkgsrc/databases/qdbm-cgi/Makefile
minskim ef4804554a Import qdbm-cgi from pkgsrc-wip. Packaged by OBATA Akio.
QDBM is an embeded database library compatible with GDBM and NDBM.  It
features hash database and B+ tree database and is developed referring
to GDBM for the purpose of the following three points: higher
processing speed, smaller size of a database file, and simpler API.

This package provides CGI scripts for QDBM.
2005-11-23 06:51:57 +00:00

26 lines
682 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2005/11/23 06:51:57 minskim Exp $
#
.include "../../databases/qdbm/Makefile.common"
PKGNAME= qdbm-cgi-0.0.1.${QDBM_VERSION}
CATEGORIES= databases www
MAINTAINER= obata@lins.jp
HOMEPAGE= http://qdbm.sourceforge.net/
COMMENT= CGI scripts of QDBM
MY_SUBDIR= cgi
BUILD_DIRS= ${MY_SUBDIR}
CONFIGURE_DIRS= ${MY_SUBDIR}
GNU_CONFIGURE= yes
.include "../../databases/qdbm/buildlink3.mk"
.if defined(PTHREAD_TYPE) && ${PTHREAD_TYPE} != "none"
SUBST_CLASSES+= pthread
SUBST_STAGE.pthread= pre-configure
SUBST_FILES.pthread= ${MY_SUBDIR}/configure
SUBST_SED.pthread= -e 's|-lpthread|${PTHREAD_LIBS}|'
.endif
.include "../../mk/bsd.pkg.mk"