mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
5b33de82f5
gtk2. WWW: http://chmsee.gro.clinux.org/ PR: ports/98853 Submitted by: Liu.Yinghong <liu_yinghong@yahoo.com.cn>
30 lines
730 B
Makefile
30 lines
730 B
Makefile
# 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
|
|
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"
|
|
|
|
.include <bsd.port.mk>
|