1999-06-09 01:58:18 +00:00
|
|
|
# New ports collection makefile for: QuIRC
|
|
|
|
# Date created: 21 May 1999
|
1999-06-19 08:26:18 +00:00
|
|
|
# Whom: Chris Piazza <cpiazza@FreeBSD.org>
|
1999-06-09 01:58:18 +00:00
|
|
|
#
|
1999-08-25 06:16:32 +00:00
|
|
|
# $FreeBSD$
|
1999-06-09 01:58:18 +00:00
|
|
|
#
|
|
|
|
|
2000-04-12 06:28:35 +00:00
|
|
|
PORTNAME= quirc
|
2000-08-23 08:01:20 +00:00
|
|
|
PORTVERSION= 0.9.80
|
1999-11-28 18:32:45 +00:00
|
|
|
CATEGORIES= irc tk82
|
2000-02-03 21:14:04 +00:00
|
|
|
MASTER_SITES= http://patearl.powersurfr.com/quirc/
|
2000-08-23 08:01:20 +00:00
|
|
|
DISTNAME= ${PORTNAME}-0.9.79
|
1999-06-09 01:58:18 +00:00
|
|
|
|
2000-06-20 21:45:58 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
1999-06-09 01:58:18 +00:00
|
|
|
|
1999-11-28 18:32:45 +00:00
|
|
|
LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82
|
1999-06-09 01:58:18 +00:00
|
|
|
|
|
|
|
USE_XLIB= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2000-08-23 08:01:20 +00:00
|
|
|
CONFIGURE_ENV= CXXFLAGS="${CXXFLAGS} -pedantic"
|
|
|
|
CONFIGURE_ARGS= --with-wish=${PREFIX}/bin/wish8.2 \
|
|
|
|
--with-tcl-include-dir=${LOCALBASE}/include/tcl8.2 \
|
|
|
|
--with-tk-include-dir=${LOCALBASE}/include/tk8.2 \
|
|
|
|
--with-tcl-lib-dir=${LOCALBASE}/lib/tcl8.2 \
|
|
|
|
--with-tk-lib-dir=${LOCALBASE}/lib/tk8.2 \
|
|
|
|
--with-tcl-lib=tcl82 \
|
|
|
|
--with-tk-lib=tk82 \
|
|
|
|
--with-tcl-version=8.2
|
1999-08-02 12:12:08 +00:00
|
|
|
|
2000-08-23 08:01:20 +00:00
|
|
|
PORTDOCS= AUTHORS ChangeLog FAQ NEWS README doc/color.txt \
|
|
|
|
doc/nickcomp.txt doc/quedit.txt doc/rfc1459.txt
|
1999-06-09 01:58:18 +00:00
|
|
|
|
|
|
|
post-install:
|
2000-08-23 08:01:20 +00:00
|
|
|
# ${INSTALL_SCRIPT} ${WRKSRC}/quirc.inst ${PREFIX}/bin
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@${MKDIR} ${PREFIX}/share/doc/quirc
|
|
|
|
.for file in ${PORTDOCS}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/quirc
|
|
|
|
.endfor
|
|
|
|
.endif
|
1999-06-09 01:58:18 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|