diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-09 07:09:55 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-09 07:09:55 +0000 |
commit | 7f6c181f3858aaf4e88fb144597b8634b03a89d0 (patch) | |
tree | 50458c593c017954928a3a698c0a8f4fa0143954 /graphics/xanim | |
parent | 94105bca125e0ac414db212cb79fae3d10e52321 (diff) | |
download | ports-7f6c181f3858aaf4e88fb144597b8634b03a89d0.tar.gz ports-7f6c181f3858aaf4e88fb144597b8634b03a89d0.zip |
Yet another round of Makefile updates, graphics version.
Notes
Notes:
svn path=/head/; revision=1309
Diffstat (limited to 'graphics/xanim')
-rw-r--r-- | graphics/xanim/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/graphics/xanim/Makefile b/graphics/xanim/Makefile index 2eecc8bb9546..783fc66d83da 100644 --- a/graphics/xanim/Makefile +++ b/graphics/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 |