aboutsummaryrefslogtreecommitdiff
path: root/graphics/aero/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/aero/Makefile')
-rw-r--r--graphics/aero/Makefile12
1 files changed, 7 insertions, 5 deletions
diff --git a/graphics/aero/Makefile b/graphics/aero/Makefile
index 40e3a41bf529..987a649e0ba5 100644
--- a/graphics/aero/Makefile
+++ b/graphics/aero/Makefile
@@ -1,14 +1,15 @@
-# New ports collection makefile for: aero
-# Date created: Mon Aug 28 13:35:31 CDT 1995
-# Whom: erich@rrnet.com
+# New ports collection makefile for: aero
+# Date created: Mon Aug 28 13:35:31 CDT 1995
+# Whom: erich@rrnet.com
#
# $FreeBSD$
#
PORTNAME= aero
PORTVERSION= 1.7.0
+PORTREVISION= 1
CATEGORIES= graphics
-MASTER_SITES= ftp://ftp.ee.uwa.edu.au/users/braunl/aero/
+MASTER_SITES= http://www.ee.uwa.edu.au/~braunl/aero/ftp/
DISTNAME= ${PORTNAME}_${PORTVERSION}_src
MAINTAINER= ports@FreeBSD.org
@@ -16,9 +17,10 @@ MAINTAINER= ports@FreeBSD.org
BUILD_DEPENDS= ${X11BASE}/lib/libfwf.a:${PORTSDIR}/x11-toolkits/FWF
RUN_DEPENDS= povray:${PORTSDIR}/graphics/povray
+WRKSRC= ${WRKDIR}/${PORTNAME}/src
+
USE_X_PREFIX= yes
USE_XPM= yes
-WRKSRC= ${WRKDIR}/aero/src
MAKEFILE= Makefile.linux
.include <bsd.port.mk>