aboutsummaryrefslogtreecommitdiff
path: root/databases/db41/Makefile
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2013-12-13 23:27:33 +0000
committerMatthias Andree <mandree@FreeBSD.org>2013-12-13 23:27:33 +0000
commit2953b8bd158427c49c5c563e2c868ade47ed3c32 (patch)
tree72cf0ad49ed03eb93aa849c1763bdeb049b7dc38 /databases/db41/Makefile
parent36125fdcf67425f0e72cb02ae59bd427df674bb6 (diff)
downloadports-2953b8bd158427c49c5c563e2c868ade47ed3c32.tar.gz
ports-2953b8bd158427c49c5c563e2c868ade47ed3c32.zip
Mark deprecated, for 41/42, add CONFLICTS between crypto/-nocrypto ports.
Notes
Notes: svn path=/head/; revision=336383
Diffstat (limited to 'databases/db41/Makefile')
-rw-r--r--databases/db41/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/databases/db41/Makefile b/databases/db41/Makefile
index b2c973f90659..7f305618bb83 100644
--- a/databases/db41/Makefile
+++ b/databases/db41/Makefile
@@ -5,7 +5,7 @@ PORTNAME= db41
PORTVERSION= 4.1.25
PORTREVISION= 4
CATEGORIES= databases
-MASTER_SITES= http://download.oracle.com/berkeley-db/
+MASTER_SITES= http://download.oracle.com/berkeley-db/
PKGNAMESUFFIX?=
DISTNAME?= db-${PORTVERSION}
DIST_SUBDIR= bdb
@@ -17,6 +17,10 @@ PATCH_DIST_STRIP= -d ${WRKDIR}/${DISTNAME}
MAINTAINER= mandree@FreeBSD.org
COMMENT= The Berkeley DB package, revision 4.1
+CONFLICTS?= db41-nocrypto-4*
+
+DEPRECATED= Please migrate to databases/db5
+
WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix
GNU_CONFIGURE= yes
@@ -26,7 +30,9 @@ CONFIGURE_ARGS= --enable-compat185 --enable-dump185 \
--includedir=${PREFIX}/include/db41
USE_LDCONFIG= yes
-.if !defined(NOPORTDOCS)
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MDOCS}
INSTALL_TARGET= install install_docs
PORTDOCS= *
.endif