mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
3e5bf15dca
2. Remove virtual category x11 when tk80 is there. 3. FreeBSD uses /usr/local, not /usr/pkg (from pkg/DESCR) 4. Make pkg/COMMENT a full-fledged sentence. 5. Use ${INSTALL_SCRIPT} to install scripts. 6. Fix to work with tcl/tk in the Post-Tcl world. PR: ports/5894 (#6 only)
34 lines
944 B
Makefile
34 lines
944 B
Makefile
# New ports collection makefile for: tkirc
|
|
# Version required: 1.151
|
|
# Date created: Jan 15 1998
|
|
# Whom: brianfeldman@hotmail.com
|
|
#
|
|
# $Id: Makefile,v 1.3 1998/02/21 22:38:08 fenner Exp $
|
|
#
|
|
|
|
DISTNAME= tkirc1.151
|
|
PKGNAME= tkirc-1.151
|
|
CATEGORIES= net tk80
|
|
MASTER_SITES= ftp://ftp.informatik.uni-oldenburg.de/pub/tkirc/
|
|
|
|
MAINTAINER= brianfeldman@hotmail.com
|
|
|
|
RUN_DEPENDS= irc:${PORTSDIR}/net/ircII \
|
|
wish8.0:${PORTSDIR}/x11/tk80
|
|
|
|
WRKSRC= ${WRKDIR}/tkirc
|
|
NO_BUILD= yes
|
|
|
|
post-patch:
|
|
perl -pi.orig -e 's/wish/wish8.0/' ${WRKSRC}/tkirc
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/tkirc ${PREFIX}/bin
|
|
${MKDIR} ${PREFIX}/share/doc/tkirc
|
|
${INSTALL_DATA} ${WRKSRC}/tkircrc-example ${PREFIX}/share/doc/tkirc
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/tkirc
|
|
${INSTALL_DATA} ${WRKSRC}/CHANGES ${PREFIX}/share/doc/tkirc
|
|
${INSTALL_DATA} ${WRKSRC}/COPYING ${PREFIX}/share/doc/tkirc
|
|
|
|
.include <bsd.port.mk>
|