diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-06-02 16:51:45 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-06-02 16:51:45 +0000 |
commit | 77c5fbb9ecd7d03b9fd5b4c623fdee960931e29c (patch) | |
tree | 3746625b98cd9e1cd506191091dba8f2d845a876 /misc | |
parent | 10e6e5dae221d5337bc416a057f134752e26b88d (diff) |
Add slave ports for dnetc-alpha and dnetc-sparc64. Reason to use slave
ports is that different architectures have different version numbers
of binaries.
PR: ports/67465, ports/67466
Submitted by: Tim Bishop <tim@bishnet.net>
Notes
Notes:
svn path=/head/; revision=110673
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 2 | ||||
-rw-r--r-- | misc/dnetc-alpha/Makefile | 15 | ||||
-rw-r--r-- | misc/dnetc-alpha/distinfo | 2 | ||||
-rw-r--r-- | misc/dnetc-sparc64/Makefile | 15 | ||||
-rw-r--r-- | misc/dnetc-sparc64/distinfo | 2 |
5 files changed, 36 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index dd433f7c2ce5..50bf65a03843 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -64,6 +64,8 @@ SUBDIR += dirtree SUBDIR += display SUBDIR += dnetc + SUBDIR += dnetc-alpha + SUBDIR += dnetc-sparc64 SUBDIR += documancer SUBDIR += dog SUBDIR += dotfile diff --git a/misc/dnetc-alpha/Makefile b/misc/dnetc-alpha/Makefile new file mode 100644 index 000000000000..ddf4f70f0b3d --- /dev/null +++ b/misc/dnetc-alpha/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: dnetc-alpha +# Date created: 01 June 2004 +# Whom: tim@bishnet.net +# +# $FreeBSD$ +# + +PORTVERSION= 2.9003.481 + +ONLY_FOR_ARCHS= alpha + +MD5_FILE= ${.CURDIR}/distinfo +MASTERDIR= ${.CURDIR}/../dnetc + +.include "${MASTERDIR}/Makefile" diff --git a/misc/dnetc-alpha/distinfo b/misc/dnetc-alpha/distinfo new file mode 100644 index 000000000000..0d6f39a6b8ba --- /dev/null +++ b/misc/dnetc-alpha/distinfo @@ -0,0 +1,2 @@ +MD5 (dnetc481-freebsd-alpha-elf.tar.gz) = 707beb78af2064cc55ed46444719cd2f +SIZE (dnetc481-freebsd-alpha-elf.tar.gz) = 374272 diff --git a/misc/dnetc-sparc64/Makefile b/misc/dnetc-sparc64/Makefile new file mode 100644 index 000000000000..79d085bbe952 --- /dev/null +++ b/misc/dnetc-sparc64/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: dnetc-sparc64 +# Date created: 01 June 2004 +# Whom: tim@bishnet.net +# +# $FreeBSD$ +# + +PORTVERSION= 2.9003.481 + +ONLY_FOR_ARCHS= sparc64 + +MD5_FILE= ${.CURDIR}/distinfo +MASTERDIR= ${.CURDIR}/../dnetc + +.include "${MASTERDIR}/Makefile" diff --git a/misc/dnetc-sparc64/distinfo b/misc/dnetc-sparc64/distinfo new file mode 100644 index 000000000000..47b96c48ff2c --- /dev/null +++ b/misc/dnetc-sparc64/distinfo @@ -0,0 +1,2 @@ +MD5 (dnetc481-freebsd-sparc64-elf.tar.gz) = af5d9f65679ff401e2d3337b87246e3b +SIZE (dnetc481-freebsd-sparc64-elf.tar.gz) = 403488 |