blob: 4af928b92f4d0780aafa3a2f2f61e813542f9341 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# New ports collection makefile for: tas
# Date created: 25 December 2000
# Whom: Anton Voronin <anton@urc.ac.ru>
#
# $FreeBSD$
#
PORTNAME= tas
PORTVERSION= 1.2.1
CATEGORIES= net
MASTER_SITES= http://rnoc.urc.ac.ru/~anton/projects/tas/
DISTNAME= tas-${PORTVERSION}
MAINTAINER= anton@urc.ac.ru
WRKSRC= ${WRKDIR}/tas
NO_BUILD= YES
.include <bsd.port.mk>
|