# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-util/cweb/cweb-3.63.ebuild,v 1.10 2004/03/13 01:49:46 mr_bones_ Exp $ S=${WORKDIR} DESCRIPTION="Knuth's and Levy's C/C++ documenting system" SRC_URI="ftp://labrea.stanford.edu/pub/cweb/cweb.tar.gz" HOMEPAGE="http://www-cs-faculty.stanford.edu/~knuth/cweb.html" SLOT="0" LICENSE="BSD" KEYWORDS="x86 sparc " DEPEND="virtual/glibc" src_compile() { #emake won't work, because cweave needs ctangle to compile make all CFLAGS="${CFLAGS}" LINKFLAGS="-s" || die } src_install () { dobin ctangle cweave doman cweb.1 dodoc README }