aboutsummaryrefslogtreecommitdiffstats
path: root/devel/clig/Makefile
blob: 4bb84eb47042e14c52b64b545547c82335f77b7a (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
32
33
34
35
36
37
# 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>