aboutsummaryrefslogtreecommitdiff
path: root/sysutils/tua/Makefile
blob: c8a12d1f48c9f73332acafdfdb5181b3f3c11133 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# New ports collection makefile for:	tua
# Version required:     4.0
# Date created:		11 Feb. 1995
# Whom:			torstenb
#
# $Id:$
#

DISTNAME=       tua-4.0
MASTER_SITES=   ftp://itnsg1.cineca.it/local/tua/
GNU_CONFIGURE=	YES

pre-install:
	mkdir -p ${PREFIX}/bin
	mkdir -p ${PREFIX}/man/man1
	mkdir -p ${PREFIX}/info
	mkdir -p ${PREFIX}/lib

.include <bsd.port.mk>