diff options
author | tg <tg@FreeBSD.org> | 1998-02-11 15:42:14 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1998-02-11 15:42:14 +0800 |
commit | 2d89622b26a40de9c073bd5f40b35562707a664a (patch) | |
tree | 8a1b89434cc987a1075c257e395854c15fa92723 /devel/cweb/Makefile | |
parent | 50750649c8aabfa17f7d4597100553df9cba7318 (diff) | |
download | freebsd-ports-graphics-2d89622b26a40de9c073bd5f40b35562707a664a.tar.gz freebsd-ports-graphics-2d89622b26a40de9c073bd5f40b35562707a664a.tar.zst freebsd-ports-graphics-2d89622b26a40de9c073bd5f40b35562707a664a.zip |
Import cweb port. CWEB is Don Knuth's WEB system adapted for C.
Diffstat (limited to 'devel/cweb/Makefile')
-rw-r--r-- | devel/cweb/Makefile | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/devel/cweb/Makefile b/devel/cweb/Makefile new file mode 100644 index 00000000000..226560fcf90 --- /dev/null +++ b/devel/cweb/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: cweb +# Version required: 3.41 +# Date created: 10 Feb 1998 +# Whom: Thomas Gellekum <tg@FreeBSD.ORG> +# +# $Id$ +# + +DISTNAME= cweb +PKGNAME= cweb-3.41 +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_TEX_CTAN} +MASTER_SITE_SUBDIR= web/c_cpp/cweb + +MAINTAINER= tg@FreeBSD.ORG + +NO_WRKSUBDIR= yes +MAN1= cweb.1 + +pre-install: + @${MKDIR} ${PREFIX}/share/texmf/tex/generic/misc + @${MKDIR} ${PREFIX}/share/emacs/site-lisp + +post-install: +.if !defined(NOPORTDOCS) + @${MKDIR} ${PREFIX}/share/doc/cweb + @${INSTALL_DATA} ${WRKDIR}/cwebman.tex ${PREFIX}/share/doc/cweb +.endif + @${CAT} ${PKGDIR}/MESSAGE + +.include <bsd.port.mk> |