Update to 1.9; mostly from bernd@ IIRC
This commit is contained in:
parent
4eef3f67b2
commit
95cc443b3d
@ -1,25 +1,26 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2005/11/08 10:41:33 espie Exp $
|
||||
COMMENT="display chm files"
|
||||
CATEGORIES=devel textproc x11
|
||||
# $OpenBSD: Makefile,v 1.2 2006/10/12 14:13:42 alek Exp $
|
||||
|
||||
HOMEPAGE=http://xchm.sourceforge.net/
|
||||
MASTER_SITES=${MASTER_SITE_SOURCEFORGE:=xchm/}
|
||||
COMMENT= "display chm files"
|
||||
|
||||
DISTNAME=xchm-0.9.8
|
||||
DISTNAME= xchm-1.9
|
||||
CATEGORIES= devel textproc x11
|
||||
|
||||
#GPL
|
||||
PERMIT_PACKAGE_CDROM=Yes
|
||||
PERMIT_PACKAGE_FTP=Yes
|
||||
PERMIT_DISTFILES_CDROM=Yes
|
||||
PERMIT_DISTFILES_FTP=Yes
|
||||
HOMEPAGE= http://xchm.sourceforge.net/
|
||||
|
||||
# GPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xchm/}
|
||||
|
||||
LIB_DEPENDS= chm::devel/chmlib \
|
||||
wx_gtk:wxWidgets-gtk-*-!gtk2:x11/wxWidgets/gtk
|
||||
wx_base_xml,wx_gtk2_qa,wx_base_odbc,wx_gtk2_html,wx_base,wx_gtk2_adv,wx_gtk2_xrc,wx_gtk2_core,wx_base_net,wx_gtk2_dbgrid:wxWidgets-gtk2->=2.6.3:x11/wxWidgets
|
||||
|
||||
WANTLIB= m c stdc++ pthread
|
||||
|
||||
CONFIGURE_STYLE=gnu
|
||||
CONFIGURE_ENV= WXCONFIG=${LOCALBASE}/bin/wxgtk-2.4-config
|
||||
CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
|
||||
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
MD5 (xchm-0.9.8.tar.gz) = a7ef5845a5a594bef8546846f2bdbaa7
|
||||
RMD160 (xchm-0.9.8.tar.gz) = f7ebe7ec749f09c66fbc363da2ee90139e850ba1
|
||||
SHA1 (xchm-0.9.8.tar.gz) = 4b8f696a6c74253d03159aa528ce69aa12d7ab2b
|
||||
SIZE (xchm-0.9.8.tar.gz) = 325722
|
||||
MD5 (xchm-1.9.tar.gz) = 12e1faf49447c743c5c936636cd8a172
|
||||
RMD160 (xchm-1.9.tar.gz) = 9c98b903850d05d703656e3311fd7e7c79a016fd
|
||||
SHA1 (xchm-1.9.tar.gz) = c362f63584b2f693bb8903a3633cc70258f2985d
|
||||
SIZE (xchm-1.9.tar.gz) = 358932
|
||||
|
@ -1,9 +1,12 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2005/11/08 10:41:33 espie Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2006/10/12 14:13:42 alek Exp $
|
||||
bin/xchm
|
||||
share/locale/
|
||||
share/locale/bg/
|
||||
share/locale/bg/LC_MESSAGES/
|
||||
share/locale/bg/LC_MESSAGES/xchm.mo
|
||||
share/locale/cs/
|
||||
share/locale/cs/LC_MESSAGES/
|
||||
share/locale/cs/LC_MESSAGES/xchm.mo
|
||||
share/locale/de/
|
||||
share/locale/de/LC_MESSAGES/
|
||||
share/locale/de/LC_MESSAGES/xchm.mo
|
||||
@ -34,7 +37,21 @@ share/locale/ro/LC_MESSAGES/xchm.mo
|
||||
share/locale/ru/
|
||||
share/locale/ru/LC_MESSAGES/
|
||||
share/locale/ru/LC_MESSAGES/xchm.mo
|
||||
share/locale/sk/
|
||||
share/locale/sk/LC_MESSAGES/
|
||||
share/locale/sk/LC_MESSAGES/xchm.mo
|
||||
share/locale/uk/
|
||||
share/locale/uk/LC_MESSAGES/
|
||||
share/locale/uk/LC_MESSAGES/xchm.mo
|
||||
share/locale/zh_CN/
|
||||
share/locale/zh_CN/LC_MESSAGES/
|
||||
share/locale/zh_CN/LC_MESSAGES/xchm.mo
|
||||
share/locale/zh_TW/
|
||||
share/locale/zh_TW/LC_MESSAGES/
|
||||
share/locale/zh_TW/LC_MESSAGES/xchm.mo
|
||||
share/pixmaps/
|
||||
share/pixmaps/copy.xpm
|
||||
share/pixmaps/find.xpm
|
||||
share/pixmaps/xchm-128.xpm
|
||||
share/pixmaps/xchm-16.xpm
|
||||
share/pixmaps/xchm-32.xpm
|
||||
|
Loading…
Reference in New Issue
Block a user