mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
39 lines
1.1 KiB
Makefile
39 lines
1.1 KiB
Makefile
# New ports collection makefile for: clig
|
|
# Date created: 27 July 1998
|
|
# Whom: Bill Fumerola <billf@chc-chimes.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= clig
|
|
PORTVERSION= 1.1.3
|
|
CATEGORIES= devel tcl82
|
|
MASTER_SITES= http://wsd.iitb.fhg.de/~kir/clighome/
|
|
|
|
MAINTAINER= billf@FreeBSD.org
|
|
|
|
# This should work with any version of tcl. See also ${MAKE_ENV}.
|
|
BUILD_DEPENDS= ${LOCALBASE}/bin/tclsh8.2:${PORTSDIR}/lang/tcl82
|
|
RUN_DEPENDS= ${LOCALBASE}/bin/tclsh8.2:${PORTSDIR}/lang/tcl82
|
|
|
|
MAN1= clig.1
|
|
|
|
NO_BUILD= yes
|
|
MAKEFILE= makefile
|
|
MAKE_ENV= tclsh=${PREFIX}/bin/tclsh8.2
|
|
PLIST_SUB= VERSION=${DISTNAME}
|
|
|
|
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}/man/#' \
|
|
${WRKSRC}/makefile.orig > ${WRKSRC}/makefile
|
|
|
|
post-install:
|
|
${INSTALL_DATA} ${WRKSRC}/WISHLIST ${PREFIX}/share/doc/clig
|
|
|
|
.include <bsd.port.mk>
|