diff options
author | shell <shell@pkgsrc.org> | 2002-06-15 08:10:58 +0000 |
---|---|---|
committer | shell <shell@pkgsrc.org> | 2002-06-15 08:10:58 +0000 |
commit | 85a2f2c3d6e19a8185eba5e83bcb98e42df3aa96 (patch) | |
tree | 780a9edd3859e17612413447d79ada283da1c99e /misc/dnetc/Makefile | |
parent | cfbb0c80a3c9bc376b0764b516221ec2a2a27ee8 (diff) | |
download | pkgsrc-85a2f2c3d6e19a8185eba5e83bcb98e42df3aa96.tar.gz |
Initial import of dnetc (PR:14696)
official distributed.net client
---
distributed.net believes in the capability and potential of
distributed computing. Their mission consists of three interdependent
goals: development, deployment, and advocacy, to be pursued in the
advancement of distributed computing.
They advocate distributed computing, by encouraging global
participation and contributions of processing power, bandwidth,
and expertise; by providing a forum for discussion; and by raising
awareness on the Internet and in the mainstream.
HOMEPAGE : http://www.distributed.net/
Diffstat (limited to 'misc/dnetc/Makefile')
-rw-r--r-- | misc/dnetc/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/misc/dnetc/Makefile b/misc/dnetc/Makefile new file mode 100644 index 00000000000..d6d4ad9414f --- /dev/null +++ b/misc/dnetc/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/06/15 08:10:58 shell Exp $ + +DISTNAME= dnetc-netbsd-i386-elf +PKGNAME= dnetc-2.8015.469 +CATEGORIES= misc +MASTER_SITES= http://http.distributed.net/pub/dcti/current-client/ + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.distributed.net/ +COMMENT= official distributed.net client + +ONLY_FOR_PLATFORM= NetBSD-*-i386 +NO_BUILD= YES + +do-extract: + @${MKDIR} ${WRKSRC} + @cd ${WRKSRC}; ${GTAR} -zxf ${DISTDIR}/${DISTFILES} + +do-install: + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/dnetc/ + ${INSTALL_DATA} ${WRKSRC}/docs/* ${PREFIX}/share/doc/dnetc/ + ${INSTALL_MAN} ${WRKSRC}/dnetc.1 ${PREFIX}/man/man1/ + ${INSTALL_PROGRAM} ${WRKSRC}/dnetc ${PREFIX}/bin/ + +.include "../../mk/bsd.pkg.mk" |