diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-07-18 00:32:34 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-07-18 00:32:34 +0000 |
commit | c62f6d048027b438a7be5e6eeec1776d48d0dbba (patch) | |
tree | cd8a185bcae747b93c326ee83b4737f185409441 /graphics/xdl/Makefile | |
parent | 8b4dc8e4a0fd040ccff1dad5140974ba1dc844ff (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/Makefile | 21 |
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> |