diff options
author | asami <asami@FreeBSD.org> | 1995-04-09 15:09:55 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-09 15:09:55 +0800 |
commit | f056dadae80c38934e3c407cf909c480964e5e9b (patch) | |
tree | 1f2625c45ad59334f64677622a14ba76f8a41be3 /multimedia/xanim | |
parent | 513df593711426d8ece76d258b3a1539fc57cebb (diff) | |
download | freebsd-ports-gnome-f056dadae80c38934e3c407cf909c480964e5e9b.tar.gz freebsd-ports-gnome-f056dadae80c38934e3c407cf909c480964e5e9b.tar.zst freebsd-ports-gnome-f056dadae80c38934e3c407cf909c480964e5e9b.zip |
Yet another round of Makefile updates, graphics version.
Diffstat (limited to 'multimedia/xanim')
-rw-r--r-- | multimedia/xanim/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/multimedia/xanim/Makefile b/multimedia/xanim/Makefile index 2eecc8bb9546..783fc66d83da 100644 --- a/multimedia/xanim/Makefile +++ b/multimedia/xanim/Makefile @@ -1,16 +1,16 @@ +# New ports collection makefile for: xanim +# Version required: 2683 +# Date created: Sat Nov 5 11:43:03 PST 1994 +# Whom: piero # -# Makefile for x11/xanim (FreeBSD) - piero Sat Nov 5 11:43:03 PST 1994 -# $Id: Makefile,v 1.1.1.1 1994/11/06 22:15:45 jkh Exp $ +# $Id: Makefile,v 1.2 1995/04/01 12:46:04 jkh Exp $ # -# Distribution stuff DISTNAME= xanim2683 -EXTRACT_SUFX= .tar.Z -MASTER_SITES= ftp://crl.dec.com/pub/X11/contrib/applications/ +PKGNAME= xanim-2.68.3 CATEGORIES+= graphics x11 - -# working directory -WRKDIR= work +MASTER_SITES= ftp://crl.dec.com/pub/X11/contrib/applications/ +EXTRACT_SUFX= .tar.Z USE_IMAKE= is_set |