freebsd-ports/irc/tirc/Makefile
Doug Barton 45b76584fb * Update master site
* Update maintainer's e-mail

PR:		ports/22586
Submitted by:	Dominik Rothert, <dr@astorit.com> (maintainer)
2000-11-05 18:47:50 +00:00

30 lines
702 B
Makefile

# New ports collection makefile for: tirc IRC-Client
# Date created: 14 August 1999
# Whom: Dominik Rothert <dr@domix.de>
#
# $FreeBSD$
#
PORTNAME= tirc
PORTVERSION= 1.2
CATEGORIES= irc
MASTER_SITES= ftp://ftp.mayn.de/pub/unix/Network/Irc/tirc/
MAINTAINER= dr@astorit.com
GNU_CONFIGURE= yes
CONFIGURE_ARGS= "--with-ansi-colours"
MAKE_FLAGS= CONF_ARGS="--prefix=${PREFIX}"
MAN1= tirc.1
post-patch:
@${PERL} -pi -e 's:__PREFIX__:${PREFIX}:g' ${WRKSRC}/*.c
@${PERL} -pi -e 's:__PREFIX__:${PREFIX}:g' ${WRKSRC}/*.1
post-install:
strip ${PREFIX}/bin/tirc
${MKDIR} ${PREFIX}/share/tirc
${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/dot.tircrc ${PREFIX}/share/tirc/tircrc
.include <bsd.port.mk>