1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00
freebsd-ports/irc/xaric/Makefile
John Marino d0bb05930a Reset the 99 ports still listed under sylvio@
Sylvio's last commit was 17 months ago, a full 5 months after all of his
ports could have been reset per policy.  Given the push to complete
staging (48 ports are still unstaged, something like 70+ have already
been staged by other committers) and given that PRs are automatically
assigned but never addressed, it's better just to reset all the ports and
PRs so that it's clear to others that these ports are free to maintain.

Approved by:	portmgr (implicit)
2014-06-11 18:55:29 +00:00

25 lines
609 B
Makefile

# Created by: alanp@unixpower.org
# $FreeBSD$
PORTNAME= xaric
PORTVERSION= 0.13.6
CATEGORIES= irc
MASTER_SITES= http://xaric.org/software/xaric/releases/
MAINTAINER= ports@FreeBSD.org
COMMENT= IRC Client similer to BitchX or ircII
USES= pathfix gmake
GNU_CONFIGURE= yes
post-patch:
@${REINPLACE_CMD} -e 's|-ggdb3||g' ${WRKSRC}/Makefile.in
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xaric ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/xaric.1 ${STAGEDIR}${MANPREFIX}/man/man1
@${MKDIR} ${STAGEDIR}${DATADIR}/help
${INSTALL_DATA} ${WRKSRC}/help/* ${STAGEDIR}${DATADIR}/help
.include <bsd.port.mk>