2006-06-12 17:51:35 +00:00
|
|
|
# New ports collection makefile for: chmsee
|
|
|
|
# Date created: 10 June 2006
|
|
|
|
# Whom: Liu.Yinghong <liu_yinghong@yahoo.com.cn>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= chmsee
|
|
|
|
PORTVERSION= 0.9.6
|
Presenting GNOME 2.18 for FreeBSD. GNOME 2.18 is a departure from recent GNOME
releases in that it focuses more on stability and functionality than on
new features. Not that it doesn't have its share of new and exciting
items. See http://www.gnome.org/start/2.18/ for all the goodies in
this release.
GNOME 2.18 for FreeBSD would not have been possible without the hard work
of the FreeBSD GNOME Team and our intrepid band of testers including
J. W. Ballantine, Pawel Worach, Yasuda Keisuke, Pascal Hofstee, miwi,
Yoshihiro Ota, Vladimir Grebenschikov, Jukka A. Ukkonen,
Phillip Neumann, Franz Klammer, and Neal Delmonico.
2007-03-19 05:14:07 +00:00
|
|
|
PORTREVISION= 1
|
2006-06-12 17:51:35 +00:00
|
|
|
CATEGORIES= deskutils gnome
|
|
|
|
MASTER_SITES= http://chmsee.gro.clinux.org/
|
|
|
|
|
|
|
|
MAINTAINER= liu_yinghong@yahoo.com.cn
|
|
|
|
COMMENT= A viewer for Microsoft Help "CHM" files
|
|
|
|
|
|
|
|
LIB_DEPENDS= chm.0:${PORTSDIR}/misc/chmlib
|
|
|
|
|
|
|
|
USE_GETTEXT= yes
|
|
|
|
USE_GNOME= gtk20 libglade2 gnomeprefix gnomehack libgnome gtkhtml3
|
|
|
|
WANT_GNOME= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_BZIP2= yes
|
|
|
|
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
|
|
|
|
|
Presenting GNOME 2.18 for FreeBSD. GNOME 2.18 is a departure from recent GNOME
releases in that it focuses more on stability and functionality than on
new features. Not that it doesn't have its share of new and exciting
items. See http://www.gnome.org/start/2.18/ for all the goodies in
this release.
GNOME 2.18 for FreeBSD would not have been possible without the hard work
of the FreeBSD GNOME Team and our intrepid band of testers including
J. W. Ballantine, Pawel Worach, Yasuda Keisuke, Pascal Hofstee, miwi,
Yoshihiro Ota, Vladimir Grebenschikov, Jukka A. Ukkonen,
Phillip Neumann, Franz Klammer, and Neal Delmonico.
2007-03-19 05:14:07 +00:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|libgtkhtml-3.8|libgtkhtml-3.14|g' \
|
|
|
|
${WRKSRC}/configure
|
|
|
|
|
2006-06-12 17:51:35 +00:00
|
|
|
.include <bsd.port.mk>
|