diff options
author | pav <pav@FreeBSD.org> | 2004-06-03 00:51:45 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-06-03 00:51:45 +0800 |
commit | d483292409c9f1e5b789693f572ac05e1722343c (patch) | |
tree | 1b5e1839c1102f6d13c6f7b91832af5911c20e15 | |
parent | 25ad05358aeb6d1cac232f2d0d3cf8372c97078b (diff) | |
download | freebsd-ports-gnome-d483292409c9f1e5b789693f572ac05e1722343c.tar.gz freebsd-ports-gnome-d483292409c9f1e5b789693f572ac05e1722343c.tar.zst freebsd-ports-gnome-d483292409c9f1e5b789693f572ac05e1722343c.zip |
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>
-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 |