mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
65ab34a667
Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
32 lines
648 B
Makefile
32 lines
648 B
Makefile
# New ports collection makefile for: cweb
|
|
# Version required: 3.41
|
|
# Date created: 10 Feb 1998
|
|
# Whom: Thomas Gellekum <tg@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
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>
|