freebsd-ports/graphics/morpheus/Makefile

28 lines
660 B
Makefile
Raw Normal View History

# New ports collection makefile for: morpheus
# Date created: 14 September 2000
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= morpheus
2001-02-05 16:57:19 +01:00
PORTVERSION= 0.3
PORTREVISION= 6
CATEGORIES= graphics gnome
2005-10-06 07:07:44 +02:00
MASTER_SITES= http://www.winnicki.net/morpheus/meat/
MAINTAINER= ports@FreeBSD.org
COMMENT= A mesh (3D model) viewer for GNOME desktop
2000-10-05 09:10:50 +02:00
LIB_DEPENDS= morph.0:${PORTSDIR}/graphics/libmorph \
gtkgl.5:${PORTSDIR}/x11-toolkits/gtkglarea
USE_GL= glut
USE_GNOME= gnomehack gnomelibs gnomeprefix
USE_GMAKE= yes
GNU_CONFIGURE= yes
2000-10-05 09:10:50 +02:00
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>