1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/graphics/aero/Makefile
Satoshi Asami ceba211283 Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) or
1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted
correctly.
1998-08-05 09:31:52 +00:00

25 lines
637 B
Makefile

# New ports collection makefile for: aero
# Version required: 1.5.2
# Date created: Mon Aug 28 13:35:31 CDT 1995
# Whom: erich@rrnet.com
#
# $Id: Makefile,v 1.8 1998/05/11 03:16:04 steve Exp $
#
DISTNAME= aero_1.7.0_src
PKGNAME= aero-1.7.0
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.ee.uwa.edu.au/users/braunl/aero/
MAINTAINER= erich@FreeBSD.org
BUILD_DEPENDS= ${X11BASE}/lib/libfwf.a:${PORTSDIR}/x11/FWF
RUN_DEPENDS= povray:${PORTSDIR}/graphics/povray
LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
USE_X_PREFIX= yes
WRKSRC= ${WRKDIR}/aero/src
MAKEFILE= Makefile.linux
.include <bsd.port.mk>