freebsd-ports/net/tintin++/Makefile
Kris Kennaway 93872f18cc Move inclusion of bsd.port.pre.mk later in the file for conditional BROKEN
tag.  Early inclusion caused problems for some ports, so to be safe I'm
updating all of them.

Pointy hat to:	kris
2003-06-04 22:43:38 +00:00

27 lines
584 B
Makefile

# 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>