1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-07 22:58:11 +00:00
freebsd-ports/graphics/aero/Makefile
Jordan K. Hubbard 7d81ddcf68 A povray modeller. I tweaked the original to also install the examples
since nobody reads man pages anymore.
Submitted by:	"Eric L. Hernes" <erich@lodgenet.com>
1995-08-28 14:50:52 +00:00

23 lines
524 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$
#
DISTNAME= aero_1.5.2_src
PKGNAME= aero-1.5.2
CATEGORIES+= x11
CATEGORIES+= graphics
MASTER_SITES= ftp://ftp.povray.org/pub/povray/modellers/aero/
USE_X11= yes
WRKSRC= work/aero/src
LIB_DEPENDS= fwf:${PORTSDIR}/x11/FWF \
Xpm:${PORTSDIR}/graphics/xpm
EXEC_DEPENDS= povray:${PORTSDIR}/graphics/povray
.include <bsd.port.mk>