diff options
author | ade <ade@FreeBSD.org> | 2000-09-25 14:42:58 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-09-25 14:42:58 +0000 |
commit | 1aa7258325520a20bd82d75d0745bd5e94f23950 (patch) | |
tree | 3683ef1f6f8c0448926c3f635c03fbf831713d9d /net/tintin++/Makefile | |
parent | a790970a687b76d696e136d2b7f42621636cbf7e (diff) | |
download | FreeBSD-ports-1aa7258325520a20bd82d75d0745bd5e94f23950.zip FreeBSD-ports-1aa7258325520a20bd82d75d0745bd5e94f23950.tar.gz |
Revert commit from ports/20991. net/tintin++-devel will be
taking over that role.
Requested by: maintainer
Diffstat (limited to 'net/tintin++/Makefile')
-rw-r--r-- | net/tintin++/Makefile | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/net/tintin++/Makefile b/net/tintin++/Makefile index 7b75c28..7188e18 100644 --- a/net/tintin++/Makefile +++ b/net/tintin++/Makefile @@ -6,23 +6,17 @@ # PORTNAME= tintin -PORTVERSION= 1.8.2 +PORTVERSION= 1.5.6 CATEGORIES= net games -MASTER_SITES= http://mail.newclear.net/tintin/download/ -DISTNAME= tintin++v1.82 +MASTER_SITES= ftp://ftp.walrus.com/pub/avatar/clients/ \ + ftp://ftp.cctpu.edu.ru/pub/comp/networking/mud/ \ + ftp://iclub.nsu.ru/pub/mud/clients/tintin++/ +DISTNAME= tintin++v1.5pl6 +EXTRACT_SUFX= .tar.Z MAINTAINER= ports@FreeBSD.org WRKSRC= ${WRKDIR}/tintin++/src GNU_CONFIGURE= yes -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}/../chat.conf ${PREFIX}/share/doc/tintin/chat.conf.example - cd ${WRKSRC}/.. ; ${INSTALL_DATA} CHANGES FAQ CREDITS README docs/* ${PREFIX}/share/doc/tintin - .include <bsd.port.mk> |