diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-07-29 11:30:49 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-07-29 11:30:49 +0000 |
commit | d1240a17b0e7f8ae13b9e8d29b108c4081e6e1c9 (patch) | |
tree | e49adab0cc960772c0413c0e2342da5ba7819e79 /graphics/xgrasp/Makefile | |
parent | Update, 5.1.3 -> 5.2.3. (diff) |
xgrasp-1.7d, display GL animations in an X window. It only works on
8-bit Pseudocolor displays. :<
Notes
Notes:
svn path=/head/; revision=2019
Diffstat (limited to 'graphics/xgrasp/Makefile')
-rw-r--r-- | graphics/xgrasp/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/graphics/xgrasp/Makefile b/graphics/xgrasp/Makefile new file mode 100644 index 000000000000..742bf245bc85 --- /dev/null +++ b/graphics/xgrasp/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: xgrasp +# Version required: 1.7d +# Date created: 23 July 1995 +# Whom: asami +# +# $Id: Makefile,v 1.1.1.1 1995/07/18 00:32:33 asami Exp $ +# + +DISTNAME= xgrasp.1.7d +PKGNAME= xgrasp-1.7d +CATEGORIES+= graphics x11 +MASTER_SITES= ftp://qiclab.scn.rain.com/pub/X11/ \ + ftp://ftp.cs.ubc.ca/mirror1/x-contrib.R5/ +EXTRACT_SUFX= .tar.Z + +MAINTAINER= asami@FreeBSD.ORG + +USE_IMAKE= yes +NO_WRKSUBDIR= yes + +.include <bsd.port.mk> |