3e4ed01146
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
34 lines
801 B
Makefile
34 lines
801 B
Makefile
# New ports collection makefile for: chmsee
|
|
# Date created: 10 June 2006
|
|
# Whom: Yinghong Liu <relaxbsd@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= chmsee
|
|
PORTVERSION= 0.9.6
|
|
PORTREVISION= 7
|
|
CATEGORIES= deskutils gnome
|
|
MASTER_SITES= http://chmsee.gro.clinux.org/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A viewer for Microsoft Help "CHM" files
|
|
|
|
LIB_DEPENDS= chm.0:${PORTSDIR}/misc/chmlib \
|
|
gtkhtml-3.14:${PORTSDIR}/www/gtkhtml3
|
|
|
|
USE_GETTEXT= yes
|
|
USE_GNOME= gtk20 libglade2 gnomeprefix gnomehack libgnome
|
|
WANT_GNOME= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
USE_BZIP2= yes
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} 's|libgtkhtml-3.8|libgtkhtml-3.14|g' \
|
|
${WRKSRC}/configure
|
|
|
|
.include <bsd.port.mk>
|