aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/kchm/Makefile
blob: df96651ee12e5711d167da1d5a554c46e8d1394b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# New ports collection makefile for:    kchm
# Date created:             19 March 2005
# Whom:                 pypt
#
# $FreeBSD$
#

PORTNAME=   kchm
PORTVERSION=    0.6.5
PORTREVISION=   3
CATEGORIES= deskutils kde
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=kchmnew
DISTNAME=   ${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
GNU_CONFIGURE=      yes
USE_LIBTOOL_INC_VER=    15

.include <bsd.port.pre.mk>

.if ${OSVERSION} < 500000
BROKEN= "Does not compile"
.endif

.include <bsd.port.post.mk>