1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Update MASTER_SITES

- Add LICENSE
- Switch to options helper
- Pass maintainership to submitter

PR:		D4601
Submitted by:	205371
Approved by:	mat (mentor)
Differential Revision:	D4601
This commit is contained in:
Martin Wilke 2015-12-22 14:52:30 +00:00
parent e679a585e4
commit 3214000276
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=404239
3 changed files with 20 additions and 19 deletions

View File

@ -3,31 +3,25 @@
PORTNAME= quirc
PORTVERSION= 0.9.84
PORTREVISION= 5
PORTREVISION= 6
CATEGORIES= irc tk
MASTER_SITES= LOCAL:local # This ends up being empty.
MASTER_SITES= http://BSDforge.com/projects/source/irc/quirc/
MAINTAINER= ports@FreeBSD.org
MAINTAINER= portmaster@BSDforge.com
COMMENT= Tcl/Tk IRC client for the X Window System
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
OPTIONS_DEFINE= DOCS
BROKEN= Unfetchable
DEPRECATED= Broken for more than 6 months
EXPIRATION_DATE= 2015-12-30
USES= tk
USE_XORG= xt
GNU_CONFIGURE= yes
MAKE_ENV+= DESTDIR=${STAGEDIR}
MYPORTDOCS= AUTHORS ChangeLog FAQ NEWS README doc/color.txt \
doc/dccresum.txt doc/links.txt doc/nickcomp.txt \
doc/quedit.txt doc/rfc1459.txt doc/tdcc.txt
PORTDOCS= *
.include <bsd.port.options.mk>
PORTDOCS= AUTHORS ChangeLog FAQ NEWS README doc/*.txt
CONFIGURE_ARGS= --with-wish=${WISH} \
--with-tcl-include-dir=${TCL_INCLUDEDIR} \
@ -43,9 +37,9 @@ post-install:
${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}
${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}
.endfor
post-install-DOCS-on:
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
An IRC client for the X Window System that uses TCL/TK. It boasts
An IRC client for the X Window System that uses TCL/TK. It boasts
many advanced scripting facilities and a clean interface.
WWW: http://quirc.sourceforge.net/
WWW: http://BSDforge.com/projects/irc/quirc/

View File

@ -21,3 +21,10 @@ bin/quirc
%%DATADIR%%/themes/default.tcl
%%DATADIR%%/variables.tcl
%%DATADIR%%/winpopup.tcl
%%PORTDOCS%%%%DOCSDIR%%/color.txt
%%PORTDOCS%%%%DOCSDIR%%/dccresum.txt
%%PORTDOCS%%%%DOCSDIR%%/links.txt
%%PORTDOCS%%%%DOCSDIR%%/nickcomp.txt
%%PORTDOCS%%%%DOCSDIR%%/quedit.txt
%%PORTDOCS%%%%DOCSDIR%%/rfc1459.txt
%%PORTDOCS%%%%DOCSDIR%%/tdcc.txt