1999-06-09 03:58:18 +02:00
|
|
|
# New ports collection makefile for: QuIRC
|
|
|
|
# Date created: 21 May 1999
|
1999-06-19 10:26:18 +02:00
|
|
|
# Whom: Chris Piazza <cpiazza@FreeBSD.org>
|
1999-06-09 03:58:18 +02:00
|
|
|
#
|
1999-08-25 08:16:32 +02:00
|
|
|
# $FreeBSD$
|
1999-06-09 03:58:18 +02:00
|
|
|
#
|
|
|
|
|
2000-04-12 08:28:35 +02:00
|
|
|
PORTNAME= quirc
|
2004-02-23 23:23:41 +01:00
|
|
|
PORTVERSION= 0.9.84
|
2007-10-02 17:00:14 +02:00
|
|
|
PORTREVISION= 2
|
2004-02-23 23:23:41 +01:00
|
|
|
CATEGORIES= irc tk84
|
2006-05-16 04:57:00 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL:S/$/:local/}
|
1999-06-09 03:58:18 +02:00
|
|
|
|
2007-10-02 17:00:14 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= An irc client for the X Window System that uses TCL/TK
|
1999-06-09 03:58:18 +02:00
|
|
|
|
2004-02-23 23:23:41 +01:00
|
|
|
LIB_DEPENDS= tk84.1:${PORTSDIR}/x11-toolkits/tk84
|
1999-06-09 03:58:18 +02:00
|
|
|
|
2005-10-24 08:16:00 +02:00
|
|
|
USE_X_PREFIX= yes
|
1999-06-09 03:58:18 +02:00
|
|
|
USE_XLIB= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2005-04-12 05:26:56 +02:00
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2004-02-23 23:23:41 +01:00
|
|
|
CONFIGURE_ARGS= --with-wish=${LOCALBASE}/bin/wish8.4 \
|
|
|
|
--with-tcl-include-dir=${LOCALBASE}/include/tcl8.4 \
|
|
|
|
--with-tk-include-dir=${LOCALBASE}/include/tk8.4 \
|
|
|
|
--with-tcl-lib-dir=${LOCALBASE}/lib/tcl8.4 \
|
|
|
|
--with-tk-lib-dir=${LOCALBASE}/lib/tk8.4 \
|
|
|
|
--with-tcl-lib=tcl84 \
|
|
|
|
--with-tk-lib=tk84 \
|
|
|
|
--with-tcl-version=8.4
|
1999-08-02 14:12:08 +02:00
|
|
|
|
2003-11-07 10:28:14 +01:00
|
|
|
MYPORTDOCS= AUTHORS ChangeLog FAQ NEWS README doc/color.txt \
|
2002-05-16 15:56:45 +02:00
|
|
|
doc/dccresum.txt doc/links.txt doc/nickcomp.txt \
|
|
|
|
doc/quedit.txt doc/rfc1459.txt doc/tdcc.txt
|
1999-06-09 03:58:18 +02:00
|
|
|
|
|
|
|
post-install:
|
2004-02-23 23:23:41 +01:00
|
|
|
@${MKDIR} ${DATADIR}/common
|
|
|
|
${LN} -sf ../install.tcl ${DATADIR}/common
|
|
|
|
@${MKDIR} ${DATADIR}/themes
|
|
|
|
${LN} -sf ../default.tcl ${DATADIR}/themes
|
2000-08-23 10:01:20 +02:00
|
|
|
.if !defined(NOPORTDOCS)
|
2004-02-23 23:23:41 +01:00
|
|
|
@${MKDIR} ${DOCSDIR}
|
2003-11-07 10:28:14 +01:00
|
|
|
.for file in ${MYPORTDOCS}
|
2004-02-23 23:23:41 +01:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
|
2000-08-23 10:01:20 +02:00
|
|
|
.endfor
|
|
|
|
.endif
|
1999-06-09 03:58:18 +02:00
|
|
|
|
2007-10-02 17:00:14 +02:00
|
|
|
.include <bsd.port.mk>
|