freebsd-ports/deskutils/chmsee/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

34 lines
806 B
Makefile

# New ports collection makefile for: chmsee
# Date created: 10 June 2006
# Whom: Yinghong Liu <relaxbsd@gmail.com>
#
# $FreeBSD$
#
PORTNAME= chmsee
PORTVERSION= 1.0.1
PORTREVISION= 1
CATEGORIES= deskutils gnome
MASTER_SITES= http://download.gro.clinux.org/chmsee/
MAINTAINER= ports@FreeBSD.org
COMMENT= A viewer for Microsoft Help "CHM" files
LIB_DEPENDS= chm.0:${PORTSDIR}/misc/chmlib
USE_GNOME= gnomehack gnomehier gnometarget libglade2
WANT_GNOME= yes
USE_GECKO= firefox mozilla seamonkey
USE_GETTEXT= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
USE_LDCONFIG= yes
MAN1= chmsee.1
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/www/mozilla/bsd.gecko.mk"
.include <bsd.port.post.mk>