summaryrefslogtreecommitdiff
path: root/graphics/ray++/Makefile
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2003-10-29 03:09:29 +0000
committerMark Linimon <linimon@FreeBSD.org>2003-10-29 03:09:29 +0000
commit66dca240bfc11c6165ce010a7ca6e2f7f3add79c (patch)
tree4bd40b28b38c2963ecc64a3dd2539a4fe120f276 /graphics/ray++/Makefile
parentAdd USE_REINPLACE=yes, that I forgot. No bump since it is highly (diff)
Move the include of bsd.port.pre.mk after the basic defines.
Notes
Notes: svn path=/head/; revision=92512
Diffstat (limited to '')
-rw-r--r--graphics/ray++/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/ray++/Makefile b/graphics/ray++/Makefile
index bb8616b5103e..702e5e311fc9 100644
--- a/graphics/ray++/Makefile
+++ b/graphics/ray++/Makefile
@@ -14,17 +14,17 @@ MASTER_SITES= http://www.mpa-garching.mpg.de/~martin/ray++/download/
MAINTAINER= ports@FreeBSD.org
COMMENT= A collection of C++ classes needed for ray tracing
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --enable-shared --enable-fast-handles
+USE_GMAKE= yes
+INSTALLS_SHLIB= yes
+
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 501000
BROKEN= "Does not compile on FreeBSD ${OSVERSION}"
.endif
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --enable-shared --enable-fast-handles
-USE_GMAKE= yes
-INSTALLS_SHLIB= yes
-
do-install:
@(cd ${WRKSRC} ; \
${INSTALL_DATA} ray++.so ${PREFIX}/lib ; \