freebsd-ports/irc/quirc/Makefile

50 lines
1.2 KiB
Makefile
Raw Normal View History

# Created by: Chris Piazza <cpiazza@FreeBSD.org>
1999-08-25 08:16:32 +02:00
# $FreeBSD$
PORTNAME= quirc
PORTVERSION= 0.9.84
PORTREVISION= 5
CATEGORIES= irc tk
MASTER_SITES= LOCAL:local # This ends up being empty.
MAINTAINER= ports@FreeBSD.org
COMMENT= Tcl/Tk IRC client for the X Window System
OPTIONS_DEFINE= DOCS
2014-02-20 11:01:58 +01:00
BROKEN= Unfetchable
2014-02-20 11:01:58 +01:00
USES= tk
USE_XORG= xt
GNU_CONFIGURE= yes
2014-02-20 11:01:58 +01:00
MAKE_ENV+= DESTDIR=${STAGEDIR}
1999-08-02 14:12:08 +02: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
2014-02-20 11:01:58 +01:00
PORTDOCS= *
.include <bsd.port.options.mk>
CONFIGURE_ARGS= --with-wish=${WISH} \
--with-tcl-include-dir=${TCL_INCLUDEDIR} \
--with-tk-include-dir=${TK_INCLUDEDIR} \
--with-tcl-lib-dir=${TCL_LIBDIR} \
--with-tk-lib-dir=${TK_LIBDIR} \
2014-02-20 11:01:58 +01:00
--with-tcl-lib=tcl${TCL_SHLIB_VER} \
--with-tk-lib=tk${TCL_SHLIB_VER} \
--with-tcl-version=${TCL_VER}
post-install:
2014-02-20 11:01:58 +01:00
@${MKDIR} ${STAGEDIR}${DATADIR}/common
${LN} -sf ../install.tcl ${STAGEDIR}${DATADIR}/common
@${MKDIR} ${STAGEDIR}${DATADIR}/themes
${LN} -sf ../default.tcl ${STAGEDIR}${DATADIR}/themes
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for file in ${MYPORTDOCS}
2014-02-20 11:01:58 +01:00
${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}
.endfor
.include <bsd.port.mk>