aboutsummaryrefslogtreecommitdiff
path: root/graphics/sharpconstruct/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-10-11 21:45:55 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-10-11 21:45:55 +0000
commit71e18d2d7ef5bfd4bae52fa5b4d3139cc7239d5c (patch)
treedf84b09fc1d68a644632582aca911be91960d5ea /graphics/sharpconstruct/Makefile
parent7ca91fcbd7e70246cb55a711cc69a2df43590376 (diff)
downloadports-71e18d2d7ef5bfd4bae52fa5b4d3139cc7239d5c.tar.gz
ports-71e18d2d7ef5bfd4bae52fa5b4d3139cc7239d5c.zip
Notes
Diffstat (limited to 'graphics/sharpconstruct/Makefile')
-rw-r--r--graphics/sharpconstruct/Makefile13
1 files changed, 2 insertions, 11 deletions
diff --git a/graphics/sharpconstruct/Makefile b/graphics/sharpconstruct/Makefile
index 64d397a39d9e..0ae4f249701a 100644
--- a/graphics/sharpconstruct/Makefile
+++ b/graphics/sharpconstruct/Makefile
@@ -9,7 +9,7 @@ PORTNAME= sharpconstruct
PORTVERSION= 0.11
PORTREVISION= 1
CATEGORIES= graphics
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITES= SF
MASTER_SITE_SUBDIR= sharp3d
MAINTAINER= amdmi3@amdmi3.ru
@@ -23,12 +23,9 @@ USE_X_PREFIX= yes
USE_GL= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
-USE_GCC= 3.4+
MAN1= sharpconstruct.1
-ONLY_FOR_ARCHS= i386
-
post-patch:
@${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|' ${WRKSRC}/include/Align.hh
@${REINPLACE_CMD} -e 's|"/sharpconstruct|"|' ${WRKSRC}/src/MainWindow.cc
@@ -38,10 +35,4 @@ post-patch:
@${FIND} ${WRKSRC} -name Makefile.in -print0 | ${XARGS} -0 \
${REINPLACE_CMD} -e '/^DEFS / s|$$| -DDATADIR=\\"${DATADIR}\\"|'
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 700042
-BROKEN= Does not compile with GCC 4.2
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>