1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/devel/clig/Makefile
Tim Vanderhoek 1b582a35d1 (oops .. forget the following info in the commit message)
PR:		ports/7440
Submitted by:	Bill Fumerola <billf@jade.chc-chimes.com>
1998-07-30 15:26:22 +00:00

38 lines
1.1 KiB
Makefile

# New ports collection makefile for: clig
# Version required: 1.0.2
# Date created: 27 July 1998
# Whom: Bill Fumerola <billf@chc-chimes.com>
#
# $Id: Makefile,v 1.1.1.1 1998/07/30 15:15:35 hoek Exp $
#
DISTNAME= clig-1.0.2
CATEGORIES= devel tcl80
MASTER_SITES= http://wsd.iitb.fhg.de/~kir/clighome/
MAINTAINER= billf@chc-chimes.com
# This should work with any version of tcl. See also ${MAKE_ENV}.
BUILD_DEPENDS= ${PREFIX}/bin/tclsh8.0:${PORTSDIR}/lang/tcl80
RUN_DEPENDS= ${PREFIX}/bin/tclsh8.0:${PORTSDIR}/lang/tcl80
MAN1= clig.1
NO_BUILD= yes
MAKEFILE= makefile
MAKE_ENV= tclsh=${PREFIX}/bin/tclsh8.0
do-patch:
chmod a+r ${WRKSRC}/CHANGES
${MV} ${WRKSRC}/makefile ${WRKSRC}/makefile.orig
${SED} -e 's#prefix =~/tools#prefix =${PREFIX}/share#' \
-e 's#LROOT =~/tools#LROOT =${PREFIX}#' \
-e 's#DOCDIR =$$(prefix)/doc#DOCDIR =${PREFIX}/share/doc/clig#' \
-e 's#MANDIR =$$(prefix)#MANDIR =${MANPREFIX}#' \
${WRKSRC}/makefile.orig > ${WRKSRC}/makefile
post-install:
${INSTALL_DATA} ${WRKSRC}/WISHLIST ${PREFIX}/share/doc/clig
.include <bsd.port.mk>