diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2001-04-16 12:45:23 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2001-04-16 12:45:23 +0000 |
commit | 680a234ce5a8d955995c9a17c7a46396dcf2fcc9 (patch) | |
tree | d82a79b04c6d9aa5fbd970f3dc69ce082d31aab6 /graphics/aero/Makefile | |
parent | f6cb2453c0ac198edd5773d3a0c677fb4ec6f539 (diff) | |
download | freebsd-ports-680a234ce5a8d955995c9a17c7a46396dcf2fcc9.zip |
Fix MASTER_SITES, honor CC and CFLAGS, add a WWW line.
PR: 26330
Submitted by: Ports Fury
Diffstat (limited to 'graphics/aero/Makefile')
-rw-r--r-- | graphics/aero/Makefile | 12 |
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> |