aboutsummaryrefslogtreecommitdiff
path: root/databases/db44/Makefile
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2003-02-16 05:54:21 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2003-02-16 05:54:21 +0000
commit899502befddea41eb08bd3b6cf22edb7415c9599 (patch)
tree99b59390ff264f2fdbe38dc8be33bf19cd91efe9 /databases/db44/Makefile
parentb61e91a310bb54ace9027ecd53bacd684c560b82 (diff)
downloadports-899502befddea41eb08bd3b6cf22edb7415c9599.tar.gz
ports-899502befddea41eb08bd3b6cf22edb7415c9599.zip
o Add "RESTRICTED" tag since db41 contains strong cryptography (Rijndael),
o Prepares for the db41-nocrypto port. PR: ports/48225 Submitted by: Matthias Andree <matthias.andree@web.de> (maintainer)
Notes
Notes: svn path=/head/; revision=75636
Diffstat (limited to 'databases/db44/Makefile')
-rw-r--r--databases/db44/Makefile15
1 files changed, 11 insertions, 4 deletions
diff --git a/databases/db44/Makefile b/databases/db44/Makefile
index 954fb2a818dc..e35ffa045668 100644
--- a/databases/db44/Makefile
+++ b/databases/db44/Makefile
@@ -7,16 +7,23 @@
PORTNAME= db41
PORTVERSION= 4.1.25
+PORTREVISION= 1
CATEGORIES= databases
MASTER_SITES= http://www.sleepycat.com/update/snapshot/
-DISTNAME= db-${PORTVERSION}
+PKGNAMESUFFIX?=
+DISTNAME?= db-${PORTVERSION}
DIST_SUBDIR= bdb
-#PATCH_SITES= ${MASTER_SITES}
-#PATCHFILES= patch.${PORTVERSION}.1 patch.${PORTVERSION}.2
-#PATCH_DIST_STRIP= -d ${WRKDIR}/${DISTNAME}
+
+PATCH_SITES= http://www.sleepycat.com/update/${PORTVERSION}/
+PATCHFILES= patch.${PORTVERSION}.1
+PATCH_DIST_STRIP= -d ${WRKDIR}/${DISTNAME}
MAINTAINER= matthias.andree@gmx.de
+.if ${PKGNAMESUFFIX} != "-nocrypto"
+RESTRICTED= "Contains cryptography"
+.endif
+
WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix
USE_REINPLACE= yes