freebsd-ports/databases/puredb/Makefile
Ade Lovett 8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00

28 lines
599 B
Makefile

# New ports collection makefile for: puredb
# Date created: 01 Nov 2002
# Whom: Sergei Kolobov <sergei@kolobov.com>
#
# $FreeBSD$
#
PORTNAME= puredb
PORTVERSION= 2.1
CATEGORIES= databases
MASTER_SITES= http://www.pureftpd.org/puredb/
DISTNAME= pure-db-${PORTVERSION}
MAINTAINER= sergei@FreeBSD.org
COMMENT= Set of libraries for creating and reading constant databases
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
DOCS= AUTHORS FORMAT_DESCR NEWS README
.if !defined(NOPORTDOCS)
post-install:
@${MKDIR} ${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
.endif
.include <bsd.port.mk>