summaryrefslogtreecommitdiff
path: root/sysutils/tua/Makefile
blob: f4a037bf918e50afb04eb24117c2fbc513033b9d (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:	tua
# Version required:     4.0
# Date created:		11 Feb. 1995
# Whom:			torstenb
#
# $Id: Makefile,v 1.6 1995/05/06 11:37:59 torstenb Exp $
#

DISTNAME=       tua-4.0
CATEGORIES+=	sysutils
MASTER_SITES=   ftp://itnsg1.cineca.it/pub/local/tua/

MAINTAINER=	torstenb@FreeBSD.ORG

GNU_CONFIGURE=	yes

post-install:
	gzip -9nf ${PREFIX}/man/man1/tua.1

.include <bsd.port.mk>