aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorrafan <rafan@FreeBSD.org>2006-08-06 13:35:32 +0800
committerrafan <rafan@FreeBSD.org>2006-08-06 13:35:32 +0800
commitbdf59c0f1dc6047a2f6bcd2c04f3eed5d3f2a351 (patch)
tree4e780b598d2f237bcf28b43d74db878529245b19 /databases
parent47aa36130812db3dac19d2f0a1997dd896178eaa (diff)
downloadfreebsd-ports-gnome-bdf59c0f1dc6047a2f6bcd2c04f3eed5d3f2a351.tar.gz
freebsd-ports-gnome-bdf59c0f1dc6047a2f6bcd2c04f3eed5d3f2a351.tar.zst
freebsd-ports-gnome-bdf59c0f1dc6047a2f6bcd2c04f3eed5d3f2a351.zip
- Use wxgtk2.6-unicode, bump PORTREVISION
- Some cleanup PR: ports/101369 Submitted by: dindin <dindin at freebsd.org.ua> (maintainer)
Diffstat (limited to 'databases')
-rw-r--r--databases/flamerobin/Makefile23
1 files changed, 15 insertions, 8 deletions
diff --git a/databases/flamerobin/Makefile b/databases/flamerobin/Makefile
index 917b73520954..3c6d85158d92 100644
--- a/databases/flamerobin/Makefile
+++ b/databases/flamerobin/Makefile
@@ -7,6 +7,7 @@
PORTNAME= flamerobin
PORTVERSION= 0.7.2
+PORTREVISION= 1
CATEGORIES= databases
MASTER_SITES= http://dindin.webkazan.ru/flamerobin/\
http://main.webkazan.ru/flamerobin/\
@@ -14,18 +15,18 @@ MASTER_SITES= http://dindin.webkazan.ru/flamerobin/\
DISTNAME= flamerobin-0.7.2-src
MAINTAINER= dindin@FreeBSD.org.ua
-COMMENT= An GUI administration tool for firebird database
+COMMENT= The GUI administration tool for firebird database
-BUILD_DEPENDS= ${WX_CONFIG}:${PORTSDIR}/x11-toolkits/wxgtk26
-LIB_DEPENDS= wx_gtk2_stc-2.6.0:${PORTSDIR}/x11-toolkits/wxgtk26-contrib \
- fbclient.1:${PORTSDIR}/databases/firebird-client
+LIB_DEPENDS= fbclient.1:${PORTSDIR}/databases/firebird-client
+
+USE_WX= 2.6
+WX_COMPS= wx contrib
+WX_UNICODE= yes
-USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_X_PREFIX= yes
-WXPORT= gtk2
-WX_CONFIG= ${X11BASE}/bin/wxgtk2-2.6-config
+WX_CONFIG= ${X11BASE}/bin/wxgtk2u-2.6-config
SUB_FILES= pkg-message
MAN1= flamerobin.1
@@ -38,7 +39,13 @@ PLIST_SUB+= WX_VERSION=${WX_VERSION}
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --with-wx-config=${WX_CONFIG}
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN= Does not compile on FreeBSD 4.x
+.endif
+
post-install:
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>