mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
090059a210
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)
27 lines
503 B
Makefile
27 lines
503 B
Makefile
# New ports collection makefile for: kchm
|
|
# Date created: 19 March 2005
|
|
# Whom: pypt
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= kchm
|
|
PORTVERSION= 0.6.5
|
|
PORTREVISION= 6
|
|
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
|
|
USE_AUTOTOOLS= libtool:15
|
|
|
|
.include <bsd.port.mk>
|