diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-07-11 06:50:12 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-07-11 06:50:12 +0000 |
commit | e55833f847ec09197a1e02ababf8c9e5f110da7a (patch) | |
tree | 675fcea9c84c6bbe7d23a8be3f93b4519a69fbd2 /x11/xscreensaver/Makefile | |
parent | 335fa670a964513b6f5afa6de0b044f4994b0fc9 (diff) | |
download | ports-e55833f847ec09197a1e02ababf8c9e5f110da7a.tar.gz ports-e55833f847ec09197a1e02ababf8c9e5f110da7a.zip |
Version 1.25 of xscreensaver, this one works on screens with more
than 8 planes too.
Notes
Notes:
svn path=/head/; revision=1945
Diffstat (limited to 'x11/xscreensaver/Makefile')
-rw-r--r-- | x11/xscreensaver/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/x11/xscreensaver/Makefile b/x11/xscreensaver/Makefile new file mode 100644 index 000000000000..43f13128d22f --- /dev/null +++ b/x11/xscreensaver/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: xscreensaver +# Version required: 1.25 +# Date created: 10 July 1995 +# Whom: asami +# +# $Id: Makefile,v 1.4 1995/04/12 20:31:54 asami Exp $ +# + +DISTNAME= xscreensaver-1.25 +CATEGORIES+= x11 +MASTER_SITES= ftp://ftp.x.org/contrib/applications/ \ + ftp://crl.dec.com/pub/X11/contrib/applications/ +EXTRACT_SUFX= .tar.Z + +MAINTAINER= asami@FreeBSD.ORG + +LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm + +USE_IMAKE= yes + +.include <bsd.port.mk> |