2003-04-01 04:36:38 +02:00
|
|
|
# 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
|
2011-03-17 07:56:38 +01:00
|
|
|
MASTER_SITES= http://pureftpd.sourceforge.net/puredb/
|
2003-04-01 04:36:38 +02:00
|
|
|
DISTNAME= pure-db-${PORTVERSION}
|
|
|
|
|
2008-07-27 06:30:53 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-04-01 04:36:38 +02:00
|
|
|
COMMENT= Set of libraries for creating and reading constant databases
|
|
|
|
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= libtool
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2006-09-20 11:18:31 +02:00
|
|
|
USE_LDCONFIG= yes
|
2003-04-01 04:36:38 +02:00
|
|
|
|
|
|
|
DOCS= AUTHORS FORMAT_DESCR NEWS README
|
|
|
|
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
post-install:
|
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|