1994-11-15 01:29:32 +00:00
|
|
|
# New ports collection makefile for: tintin++
|
|
|
|
# Date created: 15 Nov 1994
|
|
|
|
# Whom: ache
|
|
|
|
#
|
1999-08-30 14:24:37 +00:00
|
|
|
# $FreeBSD$
|
1994-11-15 01:29:32 +00:00
|
|
|
#
|
|
|
|
|
2000-04-09 18:14:07 +00:00
|
|
|
PORTNAME= tintin
|
2003-02-26 06:20:28 +00:00
|
|
|
PORTVERSION= 1.8.6b
|
2001-01-16 17:33:20 +00:00
|
|
|
CATEGORIES= net games
|
2000-10-22 22:44:06 +00:00
|
|
|
MASTER_SITES= http://mail.newclear.net/tintin/download/ \
|
2003-02-26 06:20:28 +00:00
|
|
|
http://freebsd.hanirc.org/~jhp/tintin++/ \
|
|
|
|
http://www.stud.ntnu.no/~sverreno/tintin/
|
|
|
|
DISTNAME= tintin++v1.86b
|
1995-04-12 04:56:21 +00:00
|
|
|
|
2000-09-26 14:53:16 +00:00
|
|
|
MAINTAINER= jhp@cocoja.holywar.net
|
2003-02-26 06:20:28 +00:00
|
|
|
COMMENT= "a client program specialized to help playing muds(devel version)"
|
1995-04-12 04:56:21 +00:00
|
|
|
|
2000-09-26 23:13:03 +00:00
|
|
|
NO_LATEST_LINK= yes
|
2001-01-16 17:33:20 +00:00
|
|
|
WRKSRC= ${WRKDIR}/tintin++/src
|
1995-04-12 04:56:21 +00:00
|
|
|
GNU_CONFIGURE= yes
|
1994-11-15 01:29:32 +00:00
|
|
|
|
2000-09-17 18:36:01 +00:00
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/tt++ ${PREFIX}/bin
|
|
|
|
${MKDIR} ${PREFIX}/lib/tintin
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/support/.tt_help.txt.Z ${PREFIX}/lib/tintin
|
|
|
|
${MKDIR} ${PREFIX}/share/doc/tintin
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/support/.tintinrc ${PREFIX}/share/doc/tintin/tintinrc
|
2001-02-26 04:57:26 +00:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/support/tt.conf ${PREFIX}/share/doc/tintin/chat.conf.example
|
2000-09-17 18:36:01 +00:00
|
|
|
cd ${WRKSRC}/.. ; ${INSTALL_DATA} CHANGES FAQ CREDITS README docs/* ${PREFIX}/share/doc/tintin
|
|
|
|
|
1994-11-15 01:29:32 +00:00
|
|
|
.include <bsd.port.mk>
|