diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/cqcam/Makefile | 12 | ||||
-rw-r--r-- | graphics/dynamechs/Makefile | 12 | ||||
-rw-r--r-- | graphics/gsculpt/Makefile | 10 | ||||
-rw-r--r-- | graphics/panorama/Makefile | 12 | ||||
-rw-r--r-- | graphics/rayshade/Makefile | 10 | ||||
-rw-r--r-- | graphics/xmms-gforce/Makefile | 12 |
6 files changed, 34 insertions, 34 deletions
diff --git a/graphics/cqcam/Makefile b/graphics/cqcam/Makefile index ea121b53e80a..6cf16d595304 100644 --- a/graphics/cqcam/Makefile +++ b/graphics/cqcam/Makefile @@ -16,12 +16,6 @@ COMMENT= Color Quickcam control program LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 500113 -BROKEN= "Does not compile" -.endif - ONLY_FOR_ARCHS= i386 USE_XLIB= yes @@ -38,6 +32,12 @@ MLINKS= cqcam.1 webcam.1 \ PORTDOCS= README docs/APINOTES docs/CHANGES docs/README.webcam \ docs/refresh.html docs/webcam.html docs/README.movies +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile" +.endif + post-install: .for file in cqcam gtkcam webcam xcqcam @strip ${PREFIX}/bin/${file} diff --git a/graphics/dynamechs/Makefile b/graphics/dynamechs/Makefile index b9201d9cf10a..59ec63345c72 100644 --- a/graphics/dynamechs/Makefile +++ b/graphics/dynamechs/Makefile @@ -17,12 +17,6 @@ DISTNAME= ${PORTNAME}_${PORTVERSION:S/.p/pre/} MAINTAINER= ports@FreeBSD.org COMMENT= A Multibody Dynamic Simulation Library -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 500113 -BROKEN= "Does not compile (bad C++ code)" -.endif - USE_MESA= yes USE_GMAKE= yes MAKE_ENV= OPENGLINCDIR="${X11BASE}/include" \ @@ -31,6 +25,12 @@ MAKE_ENV= OPENGLINCDIR="${X11BASE}/include" \ LDFLAGS="${PTHREAD_LIBS}" ALL_TARGET= freebsd +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile (bad C++ code)" +.endif + do-configure: @${CP} -f ${FILESDIR}/make.platform.freebsd ${WRKSRC}/make diff --git a/graphics/gsculpt/Makefile b/graphics/gsculpt/Makefile index e18adde21a54..a92f386ade83 100644 --- a/graphics/gsculpt/Makefile +++ b/graphics/gsculpt/Makefile @@ -16,17 +16,17 @@ DISTNAME= gSculpt-${PORTVERSION}-src MAINTAINER= ports@FreeBSD.org COMMENT= An Opensource 3D modelling application +WRKSRC= ${WRKDIR}/gSculpt-${PORTVERSION} +USE_REINPLACE= yes +USE_GNOME= gtk12 +USE_GMAKE= yes + .include <bsd.port.pre.mk> .if ${OSVERSION} >= 500113 BROKEN= "Does not compile (bad C++ code)" .endif -WRKSRC= ${WRKDIR}/gSculpt-${PORTVERSION} -USE_REINPLACE= yes -USE_GNOME= gtk12 -USE_GMAKE= yes - post-patch: @${REINPLACE_CMD} -e "s,-O3 -Wall -Werror,${CXXFLAGS},g ; \ s,gtk-config,${GTK_CONFIG},g ; \ diff --git a/graphics/panorama/Makefile b/graphics/panorama/Makefile index 30a7ff705ff3..df825a2dc663 100644 --- a/graphics/panorama/Makefile +++ b/graphics/panorama/Makefile @@ -21,12 +21,6 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= ports@FreeBSD.org COMMENT= GNU framework for 3D graphics production -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 500113 -BROKEN= "Does not compile (bad C++ code)" -.endif - LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \ png:${PORTSDIR}/graphics/png \ ungif:${PORTSDIR}/graphics/libungif @@ -47,4 +41,10 @@ CPPFLAGS= -I${LOCALBASE}/include/freetype1/freetype \ -I${LOCALBASE}/include LDFLAGS= -L${LOCALBASE}/lib +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile (bad C++ code)" +.endif + .include <bsd.port.post.mk> diff --git a/graphics/rayshade/Makefile b/graphics/rayshade/Makefile index c70520398a14..21f1ed54194b 100644 --- a/graphics/rayshade/Makefile +++ b/graphics/rayshade/Makefile @@ -18,17 +18,17 @@ COMMENT= An extensible system for creating ray-traced images BUILD_DEPENDS= $(LOCALBASE)/lib/librle.a:${PORTSDIR}/graphics/urt +HAS_CONFIGURE= yes +CONFIGURE_SCRIPT= Configure +CONFIGURE_ARGS+= < ${WRKDIR}/config.ans +ALL_TARGET= + .include <bsd.port.pre.mk> .if ${OSVERSION} >= 500113 BROKEN= "Does not compile" .endif -HAS_CONFIGURE= yes -CONFIGURE_SCRIPT= Configure -CONFIGURE_ARGS+= < ${WRKDIR}/config.ans -ALL_TARGET= - pre-configure: $(SED) -e "s,@CFLAGS@,${CFLAGS}," < ${FILESDIR}/config.ans > \ ${WRKDIR}/config.ans diff --git a/graphics/xmms-gforce/Makefile b/graphics/xmms-gforce/Makefile index d66bd2d4ef0c..c63ada8cafae 100644 --- a/graphics/xmms-gforce/Makefile +++ b/graphics/xmms-gforce/Makefile @@ -17,18 +17,18 @@ COMMENT= A visual plugin for XMMS BUILD_DEPENDS= xmms-config:${PORTSDIR}/multimedia/xmms RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 500113 -BROKEN= "Does not compile" -.endif - GNU_CONFIGURE= yes USE_GMAKE= yes USE_X_PREFIX= yes RESTRICTED= "Non-commercial use only" +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile" +.endif + .if defined(WANT_DGA) PATCH_SITES= ${MASTER_SITES} PATCHFILES= gforce-1.1.6xp3.dga.patch.gz |