diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-02-16 06:27:25 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-02-16 06:27:25 +0000 |
commit | 38d1617d854948f18d080a49949255af4283155c (patch) | |
tree | 661828922d457a5576d37d8504870770cafa4f82 | |
parent | cbdec974200a728ba7c07513a69860594a67b1d8 (diff) |
Notes
-rw-r--r-- | databases/Makefile | 1 | ||||
-rw-r--r-- | databases/db41-nocrypto/Makefile | 14 | ||||
-rw-r--r-- | databases/db41-nocrypto/distinfo | 2 | ||||
-rw-r--r-- | databases/db42-nocrypto/Makefile | 14 | ||||
-rw-r--r-- | databases/db42-nocrypto/distinfo | 2 |
5 files changed, 33 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index 22361c21b3fc..1e2cc75e79b5 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -12,6 +12,7 @@ SUBDIR += db3 SUBDIR += db4 SUBDIR += db41 + SUBDIR += db41-nocrypto SUBDIR += dbXML SUBDIR += dbconnect SUBDIR += dbf2mysql diff --git a/databases/db41-nocrypto/Makefile b/databases/db41-nocrypto/Makefile new file mode 100644 index 000000000000..5f2089585e29 --- /dev/null +++ b/databases/db41-nocrypto/Makefile @@ -0,0 +1,14 @@ +# Ports collection makefile for: db41-nocrypto +# Date created: 2003-02-13 +# Whom: matthias.andree@web.de +# +# $FreeBSD$ +# + +PKGNAMESUFFIX= -nocrypto +DISTNAME= db-${PORTVERSION}.NC + +MASTERDIR= ${.CURDIR}/../db41 +MD5_FILE= ${.CURDIR}/distinfo + +.include "${MASTERDIR}/Makefile" diff --git a/databases/db41-nocrypto/distinfo b/databases/db41-nocrypto/distinfo new file mode 100644 index 000000000000..61b9d341d448 --- /dev/null +++ b/databases/db41-nocrypto/distinfo @@ -0,0 +1,2 @@ +MD5 (bdb/db-4.1.25.NC.tar.gz) = 9777891c1a21409a871286b7a64df2e0 +MD5 (bdb/patch.4.1.25.1) = 1e073d12cd89f9345e281ca07368f74b diff --git a/databases/db42-nocrypto/Makefile b/databases/db42-nocrypto/Makefile new file mode 100644 index 000000000000..5f2089585e29 --- /dev/null +++ b/databases/db42-nocrypto/Makefile @@ -0,0 +1,14 @@ +# Ports collection makefile for: db41-nocrypto +# Date created: 2003-02-13 +# Whom: matthias.andree@web.de +# +# $FreeBSD$ +# + +PKGNAMESUFFIX= -nocrypto +DISTNAME= db-${PORTVERSION}.NC + +MASTERDIR= ${.CURDIR}/../db41 +MD5_FILE= ${.CURDIR}/distinfo + +.include "${MASTERDIR}/Makefile" diff --git a/databases/db42-nocrypto/distinfo b/databases/db42-nocrypto/distinfo new file mode 100644 index 000000000000..61b9d341d448 --- /dev/null +++ b/databases/db42-nocrypto/distinfo @@ -0,0 +1,2 @@ +MD5 (bdb/db-4.1.25.NC.tar.gz) = 9777891c1a21409a871286b7a64df2e0 +MD5 (bdb/patch.4.1.25.1) = 1e073d12cd89f9345e281ca07368f74b |