blob: 57e5487b2a01a2d2f2c0e27afb97ba09d90b7ae1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# New ports collection makefile for: kchm
# Date created: 19 March 2005
# Whom: pypt
#
# $FreeBSD$
#
PORTNAME= kchm
PORTVERSION= 0.6.5
PORTREVISION= 11
CATEGORIES= deskutils kde
MASTER_SITES= SF/${PORTNAME}new/${PORTNAME}new/${PORTNAME}-${PORTVERSION}
MAINTAINER= shirshegsm@gmail.com
COMMENT= A KDE viewer for CHM files
LIB_DEPENDS= chm.0:${PORTSDIR}/misc/chmlib
USE_BZIP2= yes
USE_KDEBASE_VER=3
USE_GMAKE= yes
USE_AUTOTOOLS= libtool
.include <bsd.port.mk>
|