aboutsummaryrefslogtreecommitdiffstats
path: root/x11/simdock/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/simdock/Makefile')
-rw-r--r--x11/simdock/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/x11/simdock/Makefile b/x11/simdock/Makefile
index 717646e8b8e..9b6254d96a8 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>