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 /misc/dnetc-alpha | |
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>
Diffstat (limited to 'misc/dnetc-alpha')
-rw-r--r-- | misc/dnetc-alpha/Makefile | 15 | ||||
-rw-r--r-- | misc/dnetc-alpha/distinfo | 2 |
2 files changed, 17 insertions, 0 deletions
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 |