mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
Something for all the 64-bit based conspiracy theorists and code hackers
out there.
This commit is contained in:
parent
ec68850d18
commit
33e5e8cb5e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=26949
@ -11,11 +11,16 @@ PKGNAME= dnetc-2.8007.458b
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= ftp://ftp.distributed.net/pub/dcti/v2.8007/ \
|
||||
http://http.distributed.net/pub/dcti/v2.8007/
|
||||
DISTFILES= dnetc458b-freebsd-x86-elf.tar.gz
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
ONLY_FOR_ARCHS= i386
|
||||
.if ${ARCH} == "i386"
|
||||
DISTFILES= dnetc458b-freebsd-x86-elf.tar.gz
|
||||
.elif ${ARCH} == "alpha"
|
||||
DISTFILES= dnetc458-digital_unix-alpha.tar.gz
|
||||
.endif
|
||||
|
||||
ONLY_FOR_ARCHS= i386 alpha
|
||||
|
||||
.if ${OSVERSION} < 220000
|
||||
BROKEN= "dnetc is not available for your version of FreeBSD. Please upgrade."
|
||||
|
@ -1 +1,2 @@
|
||||
MD5 (dnetc458b-freebsd-x86-elf.tar.gz) = 261a3570052371ec272cb77488ff97a0
|
||||
MD5 (dnetc458-digital_unix-alpha.tar.gz) = bccdca9f499c0b36be7a758b341e338b
|
||||
|
Loading…
Reference in New Issue
Block a user