1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/sysutils/tua/Makefile

21 lines
409 B
Makefile
Raw Normal View History

1995-02-15 23:51:24 +00:00
# New ports collection makefile for: tua
# Version required: 4.0
# Date created: 11 Feb. 1995
# Whom: torstenb
#
1995-07-13 01:21:35 +00:00
# $Id: Makefile,v 1.6 1995/05/06 11:37:59 torstenb Exp $
1995-02-15 23:51:24 +00:00
#
DISTNAME= tua-4.0
1995-07-13 01:21:35 +00:00
CATEGORIES+= sysutils
MASTER_SITES= ftp://itnsg1.cineca.it/pub/local/tua/
MAINTAINER= torstenb@FreeBSD.ORG
GNU_CONFIGURE= yes
1995-02-15 23:51:24 +00:00
1995-05-06 11:38:12 +00:00
post-install:
gzip -9nf ${PREFIX}/man/man1/tua.1
1995-02-15 23:51:24 +00:00
.include <bsd.port.mk>