1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/databases/puredb/Makefile
Sergei Kolobov b5ac288585 Change to my @FreeBSD.org address.
Approved by:	krion
2003-10-23 05:42:49 +00:00

29 lines
597 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
USE_LIBTOOL= 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>