mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Use unicode version of wx 2.8
This commit is contained in:
parent
a45031d7da
commit
092e97f1fc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=349023
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user