summaryrefslogtreecommitdiff
path: root/graphics/openrm/Makefile
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-01-22 09:30:22 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-01-22 09:30:22 +0000
commitc7317195116f86f352dd33a0e3d97cec6c8cdc7c (patch)
treef3d244c68a36e1c1bacbd3c34ebd54f8cf0f99d0 /graphics/openrm/Makefile
parent- Update to version 2.0.p6 (diff)
- Update to version 1.5.1
PR: 61707 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=98778
Diffstat (limited to 'graphics/openrm/Makefile')
-rw-r--r--graphics/openrm/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/graphics/openrm/Makefile b/graphics/openrm/Makefile
index 2fdef5c6c94a..c0722526f971 100644
--- a/graphics/openrm/Makefile
+++ b/graphics/openrm/Makefile
@@ -6,20 +6,20 @@
#
PORTNAME= openrm
-PORTVERSION= 1.5.0
+PORTVERSION= 1.5.1
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= ${PORTNAME}-devel-${PORTVERSION}
.ifdef (WITH_DEMOS)
-DISTFILES= ${PORTNAME}-devel-${PORTVERSION}${EXTRACT_SUFX} \
+DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
${PORTNAME}-demo-${PORTVERSION}${EXTRACT_SUFX}
.endif
MAINTAINER= tiamat@comset.net
COMMENT= Development environment used to build 2D/3D/stereo graphics
-LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg
+LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg
WRKSRC= ${WRKDIR}/rm${PORTVERSION:S/.//g}
.ifdef (WITH_DEMOS)
@@ -28,7 +28,7 @@ EXTRA_PATCHES= ${PATCHDIR}/makeinclude.diff
.endif
USE_X_PREFIX= yes
-USE_MESA= yes
+USE_GL= yes
USE_REINPLACE= yes
ALL_TARGET= freebsd docs
MAKE_ARGS= AR=${AR} \
@@ -53,9 +53,8 @@ pre-everything::
@${ECHO_MSG} "You can define WITH_DEMOS=yes to fetch and install available demos"
.endif
-post-patch:
- @${CHMOD} 0755 ${WRKSRC}/bin/mklib.freebsd
.ifdef (WITH_DEMOS)
+post-patch:
@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g; \
s|%%X11BASE%%|${X11BASE}|g; \
s|%%PTHREAD_LIBS%%|${PTHREAD_LIBS}|g; \