aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-03-25 00:37:12 +0800
committerbapt <bapt@FreeBSD.org>2014-03-25 00:37:12 +0800
commitf9a2a5b2d06806066790007674b2954452cdb6fa (patch)
treeb31d1bc7a18ca7fd8c5505b39831bd4186c2a9d7 /x11
parent3c9cc15c98897e1c71a97ea3c5824349d87c1e03 (diff)
downloadfreebsd-ports-gnome-f9a2a5b2d06806066790007674b2954452cdb6fa.tar.gz
freebsd-ports-gnome-f9a2a5b2d06806066790007674b2954452cdb6fa.tar.zst
freebsd-ports-gnome-f9a2a5b2d06806066790007674b2954452cdb6fa.zip
Use unicode version of wx 2.8
Diffstat (limited to 'x11')
-rw-r--r--x11/simdock/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/x11/simdock/Makefile b/x11/simdock/Makefile
index 717646e8b8ec..9b6254d96a89 100644
--- a/x11/simdock/Makefile
+++ b/x11/simdock/Makefile
@@ -3,7 +3,7 @@
PORTNAME= simdock
PORTVERSION= 1.2
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= x11
MASTER_SITES= SF
DISTNAME= ${PORTNAME}_${PORTVERSION}
@@ -11,22 +11,21 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Fast and customizable dockbar
+OPTIONS_DEFINE= DOCS
+
LICENSE= GPLv2
GNU_CONFIGURE= yes
USES= desktop-file-utils pathfix pkgconfig
USE_GNOME= gnomeprefix gconf2 libwnck
USE_WX= 2.8
+WX_UNICODE= yes
WX_CONF_ARGS= absolute
WRKSRC= ${WRKDIR}/trunk
PORTDOCS= AUTHORS ChangeLog INSTALL NEWS README TODO
-OPTIONS_DEFINE= DOCS
-
-.include <bsd.port.options.mk>
-
post-patch:
@${REINPLACE_CMD} -e 's|/usr|${PREFIX}|g' \
${WRKSRC}/Makefile.in \
@@ -36,9 +35,7 @@ post-patch:
${WRKSRC}/src/main.cc
post-install:
-.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
-.endif
.include <bsd.port.mk>