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
|
2007-04-09 12:22:06 +00:00
|
|
|
PORTVERSION= 1.96.9
|
2005-10-07 20:19:15 +00:00
|
|
|
CATEGORIES+= net games
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
1995-04-12 04:56:21 +00:00
|
|
|
|
2006-02-16 21:55:04 +00:00
|
|
|
MAINTAINER?= ports@FreeBSD.org
|
2005-10-07 20:19:15 +00:00
|
|
|
COMMENT= A client program to help playing muds (devel version)
|
|
|
|
|
2005-12-05 00:36:43 +00:00
|
|
|
LATEST_LINK= ${PORTNAME}-devel
|
|
|
|
|
2005-10-07 20:19:15 +00:00
|
|
|
WRKSRC= ${WRKDIR}/tt/src
|
1995-04-12 04:56:21 +00:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2005-10-07 20:19:15 +00:00
|
|
|
USE_GMAKE= yes
|
2006-08-08 03:59:25 +00:00
|
|
|
USE_GCC= 3.2+
|
2005-10-07 20:19:15 +00:00
|
|
|
|
|
|
|
PLIST_FILES= bin/tt++
|
2006-02-16 21:54:19 +00:00
|
|
|
PORTDOCS= BUGS CREDITS FAQ README TODO tintin19.txt chat_protocol.txt
|
2005-10-07 20:19:15 +00:00
|
|
|
|
2006-03-19 11:56:35 +00:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|' ${WRKSRC}/Makefile.in
|
|
|
|
|
2000-09-17 18:36:01 +00:00
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/tt++ ${PREFIX}/bin
|
2005-10-07 20:19:15 +00:00
|
|
|
.ifndef NOPORTDOCS
|
|
|
|
${MKDIR} ${DOCSDIR}
|
2006-02-16 21:54:19 +00:00
|
|
|
.for i in FAQ README TODO CREDITS BUGS docs/tintin19.txt docs/chat_protocol.txt
|
2005-10-07 20:19:15 +00:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/../${i} ${DOCSDIR}
|
|
|
|
.endfor
|
|
|
|
.endif
|
|
|
|
|
2007-04-19 21:20:48 +00:00
|
|
|
.include <bsd.port.mk>
|