freebsd-ports/devel/cweb/Makefile
Satoshi Asami 7acef1cd7a Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type
fixes that shouldn't have been necessary) and the string "/pkg/"
appear.
2000-10-08 10:23:48 +00:00

32 lines
661 B
Makefile

# New ports collection makefile for: cweb
# Date created: 10 Feb 1998
# Whom: Thomas Gellekum <tg@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= cweb
PORTVERSION= 3.5
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
post-install:
@${INSTALL_DATA} ${WRKDIR}/cwebmac-pdf.tex \
${PREFIX}/share/texmf/tex/generic/misc
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/cweb
@${INSTALL_DATA} ${WRKDIR}/cwebman.tex ${PREFIX}/share/doc/cweb
.endif
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>