aboutsummaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2006-08-06 05:35:32 +0000
committerRong-En Fan <rafan@FreeBSD.org>2006-08-06 05:35:32 +0000
commit182ebbde04f979b6a0ce3ac2d55ac75926ffe41c (patch)
treedb9a618c9bacac7e25c4d61161077b47a55b56bf /databases
parent86855c0dd251b5b8b540d243d58f33830d9bb8b0 (diff)
downloadports-182ebbde04f979b6a0ce3ac2d55ac75926ffe41c.tar.gz
ports-182ebbde04f979b6a0ce3ac2d55ac75926ffe41c.zip
Notes
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>