1994-11-15 02:29:32 +01:00
|
|
|
# New ports collection makefile for: tintin++
|
|
|
|
# Date created: 15 Nov 1994
|
|
|
|
# Whom: ache
|
|
|
|
#
|
1999-08-30 16:24:37 +02:00
|
|
|
# $FreeBSD$
|
1994-11-15 02:29:32 +01:00
|
|
|
#
|
|
|
|
|
2000-04-09 20:14:07 +02:00
|
|
|
PORTNAME= tintin
|
2009-01-15 02:18:01 +01:00
|
|
|
PORTVERSION= 1.98.8
|
2005-10-07 22:19:15 +02:00
|
|
|
CATEGORIES+= net games
|
2008-07-28 22:18:05 +02:00
|
|
|
MASTER_SITES= SFE
|
1995-04-12 06:56:21 +02:00
|
|
|
|
2008-07-28 22:18:05 +02:00
|
|
|
MAINTAINER= sunpoet@sunpoet.net
|
|
|
|
COMMENT= A client program to help playing MUDs (devel version)
|
2005-10-07 22:19:15 +02:00
|
|
|
|
2005-12-05 01:36:43 +01:00
|
|
|
LATEST_LINK= ${PORTNAME}-devel
|
|
|
|
|
2005-10-07 22:19:15 +02:00
|
|
|
WRKSRC= ${WRKDIR}/tt/src
|
1995-04-12 06:56:21 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2005-10-07 22:19:15 +02:00
|
|
|
USE_GMAKE= yes
|
|
|
|
|
|
|
|
PLIST_FILES= bin/tt++
|
|
|
|
|
2008-11-25 16:31:42 +01:00
|
|
|
DOCS= CREDITS FAQ README SCRIPTS TODO \
|
2008-07-28 22:18:05 +02:00
|
|
|
docs/chat_protocol.txt docs/tintin19.txt
|
|
|
|
PORTDOCS= ${DOCS:T}
|
|
|
|
|
2009-01-15 02:18:01 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2009-01-03 19:50:45 +01:00
|
|
|
pre-configure:
|
|
|
|
@${CHMOD} +x ${WRKSRC}/configure
|
|
|
|
|
2008-07-28 22:18:05 +02:00
|
|
|
post-configure:
|
|
|
|
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|' ${WRKSRC}/Makefile
|
2006-03-19 12:56:35 +01:00
|
|
|
|
2000-09-17 20:36:01 +02:00
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/tt++ ${PREFIX}/bin
|
2008-09-06 08:55:42 +02:00
|
|
|
.if !defined(NOPORTDOCS)
|
2008-07-28 22:18:05 +02:00
|
|
|
@${INSTALL} -d ${DOCSDIR}
|
|
|
|
@cd ${WRKSRC}/.. && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
|
2005-10-07 22:19:15 +02:00
|
|
|
.endif
|
|
|
|
|
2008-07-28 22:18:05 +02:00
|
|
|
.include <bsd.port.post.mk>
|