mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-03 22:23:24 +00:00
66b767ed82
added myself as maintainer
28 lines
624 B
Makefile
28 lines
624 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.2 1995/08/29 07:08:39 asami Exp $
|
|
#
|
|
|
|
DISTNAME= aero_1.5.2_src
|
|
PKGNAME= aero-1.5.2
|
|
CATEGORIES+= graphics
|
|
MASTER_SITES= ftp://ftp.povray.org/pub/povray/modellers/aero/
|
|
|
|
MAINTAINER= erich@FreeBSD.org
|
|
|
|
LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
|
|
RUN_DEPENDS= povray:${PORTSDIR}/graphics/povray
|
|
.if !exists(${X11BASE}/lib/libfwf.a)
|
|
DEPENDS= ${PORTSDIR}/x11/FWF
|
|
.endif
|
|
|
|
|
|
|
|
USE_X11= yes
|
|
WRKSRC= work/aero/src
|
|
|
|
.include <bsd.port.mk>
|