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
|
2000-09-26 12:26:33 +02:00
|
|
|
PORTVERSION= 1.5.9
|
2001-05-22 20:16:59 +02:00
|
|
|
CATEGORIES+= net games
|
2001-01-16 18:33:20 +01:00
|
|
|
MASTER_SITES= http://mail.newclear.net/tintin/download/ \
|
2000-10-23 00:44:06 +02:00
|
|
|
http://freebsd.hanirc.org/~jhp/tintin++/
|
2000-09-26 12:26:33 +02:00
|
|
|
DISTNAME= tintin++v1.5pl9
|
1995-04-12 06:56:21 +02:00
|
|
|
|
2000-09-26 16:50:36 +02:00
|
|
|
MAINTAINER= jhp@cocoja.holywar.net
|
2003-02-21 14:28:59 +01:00
|
|
|
COMMENT= A client program to help playing muds
|
1995-04-12 06:56:21 +02:00
|
|
|
|
2003-06-05 00:43:38 +02:00
|
|
|
WRKSRC= ${WRKDIR}/tintin++/v1.5/src
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
2003-05-18 14:18:54 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${OSVERSION} >= 500113
|
|
|
|
BROKEN= "Does not compile"
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|