aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/tua/Makefile
diff options
context:
space:
mode:
authortorstenb <torstenb@FreeBSD.org>1995-02-16 07:51:24 +0800
committertorstenb <torstenb@FreeBSD.org>1995-02-16 07:51:24 +0800
commit5eea2bf49b1c846a9cf0bc86f22ea1e442b45b88 (patch)
tree431a17f905630909e2070ee65b69c602e2a09b4b /sysutils/tua/Makefile
parentf6be0c379a71bcc23c3a4e36caa3e3b4bf6574bb (diff)
downloadfreebsd-ports-graphics-5eea2bf49b1c846a9cf0bc86f22ea1e442b45b88.tar.gz
freebsd-ports-graphics-5eea2bf49b1c846a9cf0bc86f22ea1e442b45b88.tar.zst
freebsd-ports-graphics-5eea2bf49b1c846a9cf0bc86f22ea1e442b45b88.zip
tua - the uucp analyzer, version 4.0
Diffstat (limited to 'sysutils/tua/Makefile')
-rw-r--r--sysutils/tua/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/sysutils/tua/Makefile b/sysutils/tua/Makefile
new file mode 100644
index 00000000000..c8a12d1f48c
--- /dev/null
+++ b/sysutils/tua/Makefile
@@ -0,0 +1,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>