blob: 226560fcf90fe65565fdbc7b34b4337317f218b4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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>
|