aboutsummaryrefslogtreecommitdiffstats
path: root/net/tintin++/Makefile
blob: 1ccb2a49efc60461bec666cb079a8b003bc38a89 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# New ports collection makefile for:    tintin++
# Date created:         15 Nov 1994
# Whom:                 ache
#
# $FreeBSD$
#

PORTNAME=   tintin
PORTVERSION=    1.5.9
CATEGORIES+=    net games
MASTER_SITES=   http://mail.newclear.net/tintin/download/ \
        http://freebsd.hanirc.org/~jhp/tintin++/
DISTNAME=   tintin++v1.5pl9

MAINTAINER= jhp@cocoja.holywar.net
COMMENT=    A client program to help playing muds

WRKSRC=     ${WRKDIR}/tintin++/v1.5/src
GNU_CONFIGURE=  yes

.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 500113
BROKEN=         "Does not compile"
.endif

.include <bsd.port.post.mk>