1999-08-22 18:07:26 -04:00
|
|
|
# New ports collection makefile for: tirc IRC-Client
|
|
|
|
# Date created: 14 August 1999
|
|
|
|
# Whom: Dominik Rothert <dr@domix.de>
|
|
|
|
#
|
1999-08-25 02:16:32 -04:00
|
|
|
# $FreeBSD$
|
1999-08-22 18:07:26 -04:00
|
|
|
#
|
|
|
|
|
2000-04-12 02:28:35 -04:00
|
|
|
PORTNAME= tirc
|
|
|
|
PORTVERSION= 1.2
|
1999-08-22 18:07:26 -04:00
|
|
|
CATEGORIES= irc
|
2000-12-16 10:35:17 -05:00
|
|
|
MASTER_SITES= ftp://ftp.mayn.de/pub/unix/network/irc/tirc/
|
1999-08-22 18:07:26 -04:00
|
|
|
|
2000-11-05 13:47:50 -05:00
|
|
|
MAINTAINER= dr@astorit.com
|
1999-08-22 18:07:26 -04:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
1999-08-23 21:39:36 -04:00
|
|
|
CONFIGURE_ARGS= "--with-ansi-colours"
|
1999-08-22 18:07:26 -04:00
|
|
|
MAKE_FLAGS= CONF_ARGS="--prefix=${PREFIX}"
|
|
|
|
MAN1= tirc.1
|
|
|
|
|
|
|
|
post-patch:
|
2001-01-07 12:49:52 -05:00
|
|
|
@${PERL} -pi -e 's:__PREFIX__:${PREFIX}:g' ${WRKSRC}/*.c ${WRKSRC}/*.1
|
1999-08-22 18:07:26 -04:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
strip ${PREFIX}/bin/tirc
|
|
|
|
${MKDIR} ${PREFIX}/share/tirc
|
|
|
|
${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/dot.tircrc ${PREFIX}/share/tirc/tircrc
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|