aboutsummaryrefslogtreecommitdiff
path: root/graphics/xdl/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-07-18 00:32:34 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-07-18 00:32:34 +0000
commitc62f6d048027b438a7be5e6eeec1776d48d0dbba (patch)
treecd8a185bcae747b93c326ee83b4737f185409441 /graphics/xdl/Makefile
parent8b4dc8e4a0fd040ccff1dad5140974ba1dc844ff (diff)
xdl-2.1, display DL animations on X screen.
Notes
Notes: svn path=/head/; revision=1987
Diffstat (limited to 'graphics/xdl/Makefile')
-rw-r--r--graphics/xdl/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/graphics/xdl/Makefile b/graphics/xdl/Makefile
new file mode 100644
index 000000000000..aae6b71f4ea8
--- /dev/null
+++ b/graphics/xdl/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: xdl
+# Version required: 2.1
+# Date created: 17 July 1995
+# Whom: asami
+#
+# $Id: Makefile,v 1.4 1995/05/04 02:08:19 smace Exp $
+#
+
+DISTNAME= xdl-2.1
+CATEGORIES+= graphics x11
+# supposed to be ftp.uoknor.edu, but the new machine doesn't have it
+MASTER_SITES= ftp://romulus.ucs.uoknor.edu/src/X11R5/
+
+MAINTAINER= asami@FreeBSD.ORG
+
+USE_X11= yes
+
+post-install:
+ gzip -9nf ${PREFIX}/man/man1/xdl.1
+
+.include <bsd.port.mk>