1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/net/tintin++-devel/Makefile

33 lines
1.0 KiB
Makefile
Raw Normal View History

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
#
PORTNAME= tintin
2003-02-26 06:20:28 +00:00
PORTVERSION= 1.8.6b
CATEGORIES= net games
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
MAINTAINER= jhp@cocoja.holywar.net
2003-02-26 06:20:28 +00:00
COMMENT= "a client program specialized to help playing muds(devel version)"
NO_LATEST_LINK= yes
WRKSRC= ${WRKDIR}/tintin++/src
GNU_CONFIGURE= yes
1994-11-15 01:29:32 +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
${INSTALL_DATA} ${WRKSRC}/support/tt.conf ${PREFIX}/share/doc/tintin/chat.conf.example
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>