2005-06-10 22:44:35 +02:00
|
|
|
# New ports collection makefile for: kchm
|
|
|
|
# Date created: 19 March 2005
|
|
|
|
# Whom: pypt
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= kchm
|
|
|
|
PORTVERSION= 0.6.5
|
2010-03-28 08:47:48 +02:00
|
|
|
PORTREVISION= 10
|
2005-06-10 22:44:35 +02:00
|
|
|
CATEGORIES= deskutils kde
|
2009-08-22 02:18:43 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME}new/${PORTNAME}new/${PORTNAME}-${PORTVERSION}
|
2005-06-10 22:44:35 +02:00
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= shirshegsm@gmail.com
|
|
|
|
COMMENT= A KDE viewer for CHM files
|
|
|
|
|
|
|
|
LIB_DEPENDS= chm.0:${PORTSDIR}/misc/chmlib
|
|
|
|
|
2006-02-26 02:35:59 +01:00
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_KDEBASE_VER=3
|
|
|
|
USE_GMAKE= yes
|
2009-08-02 21:36:34 +02:00
|
|
|
USE_AUTOTOOLS= libtool:22
|
2005-06-10 22:44:35 +02:00
|
|
|
|
2007-10-04 02:24:54 +02:00
|
|
|
.include <bsd.port.mk>
|