1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/sysutils/tua/Makefile
Torsten Blum df57bab0e5 make gzip in post-install: target to depend on NOMANCOMPRESS.
Submitted by:	max (long time ago)
1996-10-14 22:09:10 +00:00

23 lines
441 B
Makefile

# New ports collection makefile for: tua
# Version required: 4.0
# Date created: 11 Feb. 1995
# Whom: torstenb
#
# $Id: Makefile,v 1.7 1995/07/13 01:21:29 asami 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:
.if !defined(NOMANCOMPRESS)
gzip -9nf ${PREFIX}/man/man1/tua.1
.endif
.include <bsd.port.mk>