mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
0a2353a0be
- utilize INFO - replace pkg-plist with PLIST_FILES PR: 72134 Submitted by: leeym
24 lines
382 B
Makefile
24 lines
382 B
Makefile
# New ports collection makefile for: tua
|
|
# Date created: 11 Feb. 1995
|
|
# Whom: torstenb
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= tua
|
|
PORTVERSION= 4.0
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ftp://ftp.vmunix.org/pub/misc/tua/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= The Uucp Analyzer
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GCC= 2.95
|
|
|
|
MAN1= tua.1
|
|
INFO= tua
|
|
PLIST_FILES= bin/tua lib/tua.pcd
|
|
|
|
.include <bsd.port.mk>
|