e4f4ca6f40
An open editor for an open scenegraph
31 lines
792 B
Makefile
31 lines
792 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: osgedit
|
|
# Date created: Jan 23, 2003
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= osgedit
|
|
PORTVERSION= 0.3.0
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
BUILD_DEPENDS= ${X11BASE}/lib/libosg.so:${PORTSDIR}/graphics/osg
|
|
LIB_DEPENDS= gnomeui-2.0:${PORTSDIR}/x11-toolkits/libgnomeui \
|
|
gtkgl-2.0.1:${PORTSDIR}/x11-toolkits/gtkglarea2 \
|
|
intl.4:${PORTSDIR}/devel/gettext \
|
|
iconv.3:${PORTSDIR}/converters/libiconv
|
|
RUN_DEPENDS= ${X11BASE}/lib/libosg.so:${PORTSDIR}/graphics/osg
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_REINPLACE= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
USE_GMAKE= yes
|
|
|
|
.include <bsd.port.mk>
|