blob: e78da28cbfc8efb257096eb62ef09c4fd7babc9f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# 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= 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.5pl9
MAINTAINER= ports@FreeBSD.org
WRKSRC= ${WRKDIR}/tintin++/v1.5/src
GNU_CONFIGURE= yes
.include <bsd.port.mk>
|