summaryrefslogtreecommitdiff
path: root/graphics/gnofract4d/Makefile
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-11-05 16:08:58 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-11-05 16:08:58 +0000
commit7bb43374b6a0212cd845b62563e0dea2a7819d4b (patch)
treeef0d8041d4f76b4dfda44503fbc8ef953ce95a52 /graphics/gnofract4d/Makefile
parentAdd patch to fix build on 4.x systems. (diff)
- Update to version 1.8
PR: 58963 Submitted by: Ports Fury
Diffstat (limited to 'graphics/gnofract4d/Makefile')
-rw-r--r--graphics/gnofract4d/Makefile22
1 files changed, 6 insertions, 16 deletions
diff --git a/graphics/gnofract4d/Makefile b/graphics/gnofract4d/Makefile
index 5e1ecc9a0a92..bef16552dab2 100644
--- a/graphics/gnofract4d/Makefile
+++ b/graphics/gnofract4d/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= gnofract4d
-PORTVERSION= 1.7
-PORTREVISION= 1
+PORTVERSION= 1.8
CATEGORIES= graphics gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -16,20 +15,11 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Weird GNOME fractal generator
USE_X_PREFIX= yes
-USE_GNOME= gnomeprefix gnomehack gnomelibs
-USE_REINPLACE= yes
-GNU_CONFIGURE= yes
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+USE_GNOME= gnomehack gnomeprefix gnometarget libgnomeui
+USE_GMAKE= yes
+USE_LIBTOOL= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
-CONFIGURE_ARGS= --enable-compile-warnings=no
+INSTALLS_SHLIB= yes
-.include <bsd.port.pre.mk>
-
-post-patch:
- @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
- @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
- 's|^CXXFLAGS =.* -D|CXXFLAGS = @CXXFLAGS@ -D|g ; \
- s|gnofract4d_helpdir)/images|gnofract4d_helpdir)|g'
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>