summaryrefslogtreecommitdiff
path: root/x11-toolkits/gnustep-back
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2010-05-23 21:00:17 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2010-05-23 21:00:17 +0000
commite406e329ae318968a8339cc07c0f27d66ec2e65a (patch)
treee0ac1c35b80417e57a5a9ef10e8974176627c234 /x11-toolkits/gnustep-back
parent- add option WITH_GNUSTEP_DEVEL to build version 0.19.0 (diff)
- add GL support
- add option WITH_GNUSTEP_DEVEL to build version 0.19.0
Notes
Notes: svn path=/head/; revision=254914
Diffstat (limited to 'x11-toolkits/gnustep-back')
-rw-r--r--x11-toolkits/gnustep-back/Makefile7
-rw-r--r--x11-toolkits/gnustep-back/distinfo3
2 files changed, 9 insertions, 1 deletions
diff --git a/x11-toolkits/gnustep-back/Makefile b/x11-toolkits/gnustep-back/Makefile
index 927857c0af83..a99636d1ff3d 100644
--- a/x11-toolkits/gnustep-back/Makefile
+++ b/x11-toolkits/gnustep-back/Makefile
@@ -6,8 +6,12 @@
#
PORTNAME= gnustep-back
+.if defined(WITH_GNUSTEP_DEVEL)
+PORTVERSION= 0.19.0
+.else
PORTVERSION= 0.17.1
-PORTREVISION= 2
+PORTREVISION= 3
+.endif
CATEGORIES= x11-toolkits gnustep
MASTER_SITES= ${MASTER_SITE_GNUSTEP}
MASTER_SITE_SUBDIR= core
@@ -35,6 +39,7 @@ USE_GNUSTEP_CONFIGURE= yes
USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
USE_XORG= xft xrender xmu xext x11
+USE_GL= yes
NO_PACKAGE= GPL3
MAKE_FLAGS+= OPTFLAG="${CFLAGS} -I${LOCALBASE}/include"
diff --git a/x11-toolkits/gnustep-back/distinfo b/x11-toolkits/gnustep-back/distinfo
index 049e102f7a75..ce9c597e7663 100644
--- a/x11-toolkits/gnustep-back/distinfo
+++ b/x11-toolkits/gnustep-back/distinfo
@@ -1,3 +1,6 @@
MD5 (gnustep-back-0.17.1.tar.gz) = 1cbffbd373a279e2282d2ede99956aeb
SHA256 (gnustep-back-0.17.1.tar.gz) = fff8b84b2e6ab3fb722f1e11c8e2285a60bbddd80233f08345918ae6a885541d
SIZE (gnustep-back-0.17.1.tar.gz) = 891002
+MD5 (gnustep-back-0.19.0.tar.gz) = 7b5f0b3b9310aa2882ed4c0ae97fb50e
+SHA256 (gnustep-back-0.19.0.tar.gz) = b4ff8812aab49e0151fa742a8f952b7319a3a08b2492e66c14408917fd7c37ab
+SIZE (gnustep-back-0.19.0.tar.gz) = 901388