5aa7246575
developed in years and has been dropped from the MESA 8.0 distribution. Freeglut is a rewrite of glut and is actively developed and is used by many linux distributions instead of libglut. Bump all ports that directly depend on libglut because of the shlib version change. There are some extra items in this patch. *) Because freeglut doesn't have the same dependancies as libglut, some ports need extra dependencies added to USE_XORG to make them build. *) Mark graphics/f90gl broken, f90gl depends on a header that is only shipped with libglut. *) Remove option for libglut/freeglut selection in games/cake, only freeglut remains now. *) While here fix a png related build issue games/vegastrike. Thanks to miwi for running the exp-run. Approved by: portmgr (miwi) Collaboration with: zeising@ Obtained from: xorg-dev staging area.
27 lines
642 B
Makefile
27 lines
642 B
Makefile
# New ports collection makefile for: morpheus
|
|
# Date created: 14 September 2000
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= morpheus
|
|
PORTVERSION= 0.3
|
|
PORTREVISION= 12
|
|
CATEGORIES= graphics gnome
|
|
MASTER_SITES= http://www.winnicki.net/morpheus/meat/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A mesh (3D model) viewer for GNOME desktop
|
|
|
|
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
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
.include <bsd.port.mk>
|