1999-06-21 03:19:38 +02:00
|
|
|
# New ports collection makefile for: TrickyIRC
|
1999-07-13 04:36:46 +02:00
|
|
|
# Date created: Jun 20th 1999
|
1999-07-08 07:43:54 +02:00
|
|
|
# Whom: troll
|
1999-06-21 03:19:38 +02:00
|
|
|
#
|
1999-08-25 08:16:32 +02:00
|
|
|
# $FreeBSD$
|
1999-06-21 03:19:38 +02:00
|
|
|
#
|
|
|
|
|
2000-04-12 08:28:35 +02:00
|
|
|
PORTNAME= trickyirc
|
|
|
|
PORTVERSION= 1.1.0
|
2004-02-04 06:21:48 +01:00
|
|
|
PORTREVISION= 1
|
1999-06-28 04:24:57 +02:00
|
|
|
CATEGORIES= irc
|
1999-06-21 03:19:38 +02:00
|
|
|
MASTER_SITES= http://www.leb.net/~troll/
|
2000-04-12 08:28:35 +02:00
|
|
|
DISTNAME= TrickyIRC-${PORTVERSION}
|
1999-06-21 03:19:38 +02:00
|
|
|
|
|
|
|
MAINTAINER= troll@digitalspark.net
|
2003-02-21 13:17:17 +01:00
|
|
|
COMMENT= Allows client independent detaching and reattaching of IRC sessions
|
1999-06-21 03:19:38 +02:00
|
|
|
|
|
|
|
MAKEFILE= GNUmakefile
|
|
|
|
WRKSRC= ${WRKDIR}/trickyirc
|
|
|
|
USE_GMAKE= YES
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
@ ${MKDIR} ${PREFIX}/share/doc/TrickyIRC
|
1999-07-08 07:43:54 +02:00
|
|
|
# @ ${MKDIR} ${PREFIX}/share/examples/TrickyIRC
|
|
|
|
# ${INSTALL_DATA} ${WRKSRC}/config.sample \
|
|
|
|
# ${PREFIX}/share/examples/TrickyIRC
|
1999-06-21 03:19:38 +02:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/README \
|
|
|
|
${PREFIX}/share/doc/TrickyIRC
|
2003-09-24 11:37:11 +02:00
|
|
|
@${STRIP_CMD} ${PREFIX}/bin/trickyirc
|
2000-10-08 12:23:48 +02:00
|
|
|
@${CAT} ${PKGMESSAGE} | ${SED} -e s:/usr/local:${PREFIX}:
|
1999-06-21 03:19:38 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|