mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
65ab34a667
Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
23 lines
536 B
Makefile
23 lines
536 B
Makefile
# New ports collection makefile for: tintin++
|
|
# Version required: 1.5pl6
|
|
# Date created: 15 Nov 1994
|
|
# Whom: ache
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= tintin++v1.5pl6
|
|
PKGNAME= tintin-1.5.6
|
|
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++/
|
|
EXTRACT_SUFX= .tar.Z
|
|
|
|
MAINTAINER= ache@FreeBSD.org
|
|
|
|
WRKSRC= ${WRKDIR}/tintin++/src
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|