diff options
author | steve <steve@FreeBSD.org> | 1998-05-11 11:16:15 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-05-11 11:16:15 +0800 |
commit | 53a5df30064685783cfbf92e0b9f273682621a22 (patch) | |
tree | 1f6408c2a55c2b41cd41d69e386863367a9459f6 /graphics/aero/Makefile | |
parent | e7a6fa299fd8a80eecc7541caf03fcc5b9e7d789 (diff) | |
download | freebsd-ports-gnome-53a5df30064685783cfbf92e0b9f273682621a22.tar.gz freebsd-ports-gnome-53a5df30064685783cfbf92e0b9f273682621a22.tar.zst freebsd-ports-gnome-53a5df30064685783cfbf92e0b9f273682621a22.zip |
Update to version 1.7.0
PR: 6326
Submitted by: Dirk Froemberg <ibex@physik.TU-Berlin.DE>
Diffstat (limited to 'graphics/aero/Makefile')
-rw-r--r-- | graphics/aero/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/graphics/aero/Makefile b/graphics/aero/Makefile index ac549ab607d0..8941e1a6f101 100644 --- a/graphics/aero/Makefile +++ b/graphics/aero/Makefile @@ -3,13 +3,13 @@ # Date created: Mon Aug 28 13:35:31 CDT 1995 # Whom: erich@rrnet.com # -# $Id: Makefile,v 1.6 1996/11/18 11:27:41 asami Exp $ +# $Id: Makefile,v 1.7 1997/08/11 15:16:10 erich Exp $ # -DISTNAME= aero_1.5.2_src -PKGNAME= aero-1.5.2 +DISTNAME= aero_1.7.0_src +PKGNAME= aero-1.7.0 CATEGORIES= graphics -MASTER_SITES= ftp://ftp.povray.org/pub/povray/utilities/modellers/aero/ +MASTER_SITES= ftp://ftp.ee.uwa.edu.au/users/braunl/aero/ MAINTAINER= erich@FreeBSD.org @@ -18,6 +18,7 @@ RUN_DEPENDS= povray:${PORTSDIR}/graphics/povray LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm USE_X11= yes -WRKSRC= work/aero/src +WRKSRC= ${WRKDIR}/aero/src +MAKEFILE= Makefile.linux .include <bsd.port.mk> |