aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/osgedit/Makefile
blob: 00d0a3dda81d5e33d872470eab2ee4c9217384de (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# ex:ts=8
# Ports collection makefile for:    osgedit
# Date created:         Jan 23, 2003
# Whom:             ijliao
#
# $FreeBSD$
#

PORTNAME=   osgedit
PORTVERSION=    0.5.0
CATEGORIES= graphics
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

MAINTAINER= ports@FreeBSD.org
COMMENT=    An open editor for an open scenegraph

BUILD_DEPENDS=  ${X11BASE}/lib/libosg.so:${PORTSDIR}/graphics/osg
LIB_DEPENDS=    gtkglext-x11-1.0.2:${PORTSDIR}/x11-toolkits/gtkglext
RUN_DEPENDS=    ${X11BASE}/lib/libosg.so:${PORTSDIR}/graphics/osg

USE_X_PREFIX=   yes
USE_GNOME=  gnomehack gnomeprefix gnometarget libgnomeui
USE_GMAKE=  yes
GNU_CONFIGURE=  yes
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --enable-gtkglext

CFLAGS+=    -O0

post-patch:
.for file in src/gui/interface.cc
    @cd ${WRKSRC} && ${MV} ${file} ${file}.pre_conv \
        && ${TR} -d '\015' < ${file}.pre_conv > ${file} || ${TRUE}
.endfor

.include <bsd.port.mk>
an title='2007-10-02 18:18:55 +0800'>2007-10-021-2/+2 * - Welcome X.org 7.2 \o/.flz2007-05-201-0/+2 * - Update to 1.3.9miwi2007-03-073-1473/+1492 * - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directorystas2006-09-201-0/+1 * - Update to 1.3.8pav2006-01-254-336/+43 * Set IGNORE for FreeBSD 4.xedwin2006-01-061-1/+7 * Fix typos.edwin2006-01-051-1/+1