freebsd-ports/net/tintin++-devel/Makefile

45 lines
900 B
Makefile
Raw Normal View History

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
#
PORTNAME= tintin
PORTVERSION= 1.98.8
CATEGORIES+= net games
MASTER_SITES= SFE
MAINTAINER= sunpoet@sunpoet.net
COMMENT= A client program to help playing MUDs (devel version)
2005-12-05 01:36:43 +01:00
LATEST_LINK= ${PORTNAME}-devel
WRKSRC= ${WRKDIR}/tt/src
GNU_CONFIGURE= yes
USE_GMAKE= yes
PLIST_FILES= bin/tt++
DOCS= CREDITS FAQ README SCRIPTS TODO \
docs/chat_protocol.txt docs/tintin19.txt
PORTDOCS= ${DOCS:T}
.include <bsd.port.pre.mk>
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>