mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
- This works so much better with wx-unicode
Submitted by: fjoe via krion
This commit is contained in:
parent
76c48a63d8
commit
89716ea20b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=161511
@ -7,6 +7,7 @@
|
|||||||
|
|
||||||
PORTNAME= xchm
|
PORTNAME= xchm
|
||||||
PORTVERSION= 1.7.1
|
PORTVERSION= 1.7.1
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= deskutils
|
CATEGORIES= deskutils
|
||||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||||
@ -15,11 +16,11 @@ MAINTAINER= pav@FreeBSD.org
|
|||||||
COMMENT= Windows HTML Help (.chm) viewer for UNIX
|
COMMENT= Windows HTML Help (.chm) viewer for UNIX
|
||||||
|
|
||||||
LIB_DEPENDS= chm.0:${PORTSDIR}/misc/chmlib \
|
LIB_DEPENDS= chm.0:${PORTSDIR}/misc/chmlib \
|
||||||
wx_base-2.6.0:${PORTSDIR}/x11-toolkits/wxgtk26
|
wx_baseu-2.6.0:${PORTSDIR}/x11-toolkits/wxgtk26-unicode
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USE_X_PREFIX= yes
|
USE_X_PREFIX= yes
|
||||||
CONFIGURE_ARGS= --with-wx-config=${X11BASE}/bin/wxgtk2-2.6-config
|
CONFIGURE_ARGS= --with-wx-config=${X11BASE}/bin/wxgtk2u-2.6-config
|
||||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
|
Loading…
Reference in New Issue
Block a user