freebsd-ports/net/tintin++-devel/Makefile
Chin-San Huang 465726c275 - Update to 1.98.7
PR:		ports/130135
Submitted by:	chinsan
Approved by:	sunpoet (maintainer)
2009-01-03 18:50:45 +00:00

44 lines
900 B
Makefile

# New ports collection makefile for: tintin++
# Date created: 15 Nov 1994
# Whom: ache
#
# $FreeBSD$
#
PORTNAME= tintin
PORTVERSION= 1.98.7
CATEGORIES+= net games
MASTER_SITES= SFE
MAINTAINER= sunpoet@sunpoet.net
COMMENT= A client program to help playing MUDs (devel version)
LATEST_LINK= ${PORTNAME}-devel
WRKSRC= ${WRKDIR}/tt/src
GNU_CONFIGURE= yes
USE_GMAKE= yes
PLIST_FILES= bin/tt++
.include <bsd.port.pre.mk>
DOCS= CREDITS FAQ README SCRIPTS TODO \
docs/chat_protocol.txt docs/tintin19.txt
PORTDOCS= ${DOCS:T}
pre-configure:
@${CHMOD} +x ${WRKSRC}/configure
post-configure:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|' ${WRKSRC}/Makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/tt++ ${PREFIX}/bin
.if !defined(NOPORTDOCS)
@${INSTALL} -d ${DOCSDIR}
@cd ${WRKSRC}/.. && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
.endif
.include <bsd.port.post.mk>