From owner-freebsd-ports Fri Nov 15 02:25:29 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id CAA02984 for ports-outgoing; Fri, 15 Nov 1996 02:25:29 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id CAA02968; Fri, 15 Nov 1996 02:25:22 -0800 (PST) Date: Fri, 15 Nov 1996 02:25:22 -0800 (PST) From: Satoshi Asami Message-Id: <199611151025.CAA02968@freefall.freebsd.org> To: andreas@marvin.RoBIN.de, asami, freebsd-ports Subject: Re: ports/1962 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: I have done a port of "xmandel" State-Changed-From-To: open-closed State-Changed-By: asami State-Changed-When: Fri Nov 15 02:23:52 PST 1996 State-Changed-Why: Commited into ports/graphics, thanks! Satoshi ------- diff -ru xmandel/Makefile xmandel.new/Makefile --- xmandel/Makefile Sat Nov 2 08:32:30 1996 +++ xmandel.new/Makefile Fri Nov 15 02:19:45 1996 @@ -2,18 +2,18 @@ # Version required: 1.00 # Date created: 18 October 1996 # Whom: andreas@marvin.robin.de - +# +# $Id$ +# DISTNAME= xmandel -PKGNAME= xmandel -CATEGORIES+= x11 graphics - +PKGNAME= xmandel-1.0 +CATEGORIES= graphics +MASTER_SITES= ftp://ftp.cray.com/src/graphics/xmandel/ +EXTRACT_SUFX= .shar # The README says the location is ftp.cray.com:/usr/ftp/src/graphics/xmandel, # but this has changed apparently. -MASTER_SITES= ftp://ftp.cray.com/src/graphics/xmandel/ - -EXTRACT_SUFX= .shar EXTRACT_CMD= sh EXTRACT_BEFORE_ARGS= USE_IMAKE= yes @@ -22,5 +22,3 @@ MAINTAINER= andreas@marvin.robin.de .include - -