1999-06-08 21:58:18 -04:00
|
|
|
# New ports collection makefile for: QuIRC
|
|
|
|
# Date created: 21 May 1999
|
1999-06-19 04:26:18 -04:00
|
|
|
# Whom: Chris Piazza <cpiazza@FreeBSD.org>
|
1999-06-08 21:58:18 -04:00
|
|
|
#
|
1999-08-25 02:16:32 -04:00
|
|
|
# $FreeBSD$
|
1999-06-08 21:58:18 -04:00
|
|
|
#
|
|
|
|
|
2000-04-12 02:28:35 -04:00
|
|
|
PORTNAME= quirc
|
2000-08-23 04:01:20 -04:00
|
|
|
PORTVERSION= 0.9.80
|
1999-11-28 13:32:45 -05:00
|
|
|
CATEGORIES= irc tk82
|
2000-02-03 16:14:04 -05:00
|
|
|
MASTER_SITES= http://patearl.powersurfr.com/quirc/
|
2000-08-23 04:01:20 -04:00
|
|
|
DISTNAME= ${PORTNAME}-0.9.79
|
1999-06-08 21:58:18 -04:00
|
|
|
|
2000-06-20 17:45:58 -04:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
1999-06-08 21:58:18 -04:00
|
|
|
|
1999-11-28 13:32:45 -05:00
|
|
|
LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82
|
1999-06-08 21:58:18 -04:00
|
|
|
|
|
|
|
USE_XLIB= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2000-08-23 04:01:20 -04: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 08:12:08 -04:00
|
|
|
|
2000-08-23 04:01:20 -04:00
|
|
|
PORTDOCS= AUTHORS ChangeLog FAQ NEWS README doc/color.txt \
|
|
|
|
doc/nickcomp.txt doc/quedit.txt doc/rfc1459.txt
|
1999-06-08 21:58:18 -04:00
|
|
|
|
|
|
|
post-install:
|
2000-08-23 04:01:20 -04: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-08 21:58:18 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|