1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/irc/trickyirc/Makefile
Chris Piazza 099ee3254d Import of trickyirc
TrickyIRC combines the functionality of screen and BNC, that is, it
allows you to detach and reattach from an IRC session without actually
disconnecting from the server.

PR:	12313
Submitted by:	Adam 'Troll' Strohl <troll@digitalspark.net>
1999-06-21 01:19:38 +00:00

30 lines
692 B
Makefile

# New ports collection makefile for: TrickyIRC
# Version required: 0.99
# Date created: Jun 20th 1999
# Whom: Trolld
#
# $Id$
#
DISTNAME= TrickyIRC-0.99
PKGNAME= trickyirc-0.99
CATEGORIES= net
MASTER_SITES= http://www.leb.net/~troll/
MAINTAINER= troll@digitalspark.net
MAKEFILE= GNUmakefile
WRKSRC= ${WRKDIR}/trickyirc
USE_GMAKE= YES
post-install:
@ ${MKDIR} ${PREFIX}/share/doc/TrickyIRC
@ ${MKDIR} ${PREFIX}/share/examples/TrickyIRC
${INSTALL_DATA} ${WRKSRC}/config.sample \
${PREFIX}/share/examples/TrickyIRC
${INSTALL_DATA} ${WRKSRC}/README \
${PREFIX}/share/doc/TrickyIRC
@${CAT} ${PKGDIR}/MESSAGE | ${SED} -e s:/usr/local:${PREFIX}:
.include <bsd.port.mk>