aboutsummaryrefslogtreecommitdiff
path: root/misc/chmlib/Makefile
blob: d6c1017bc82763a04b1168ffc9ee59aad6ed336a (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
# ex:ts=8
# Ports collection makefile for:	chmlib
# Date created:			Apr 5, 2003
# Whom:				ijliao
#
# $FreeBSD$
#

PORTNAME=	chmlib
PORTVERSION=	0.3.1
PORTREVISION=	2
CATEGORIES=	misc
MASTER_SITES=	http://66.93.236.84/~jedwin/projects/chmlib/
DISTNAME=	${PORTNAME}-0.31
EXTRACT_SUFX=	.tgz

MAINTAINER=	ports@FreeBSD.org
COMMENT=	A library for dealing with Microsoft ITSS/CHM format files

USE_LIBTOOL_VER=13
LIBTOOLFILES=	#
USE_GMAKE=	yes
INSTALLS_SHLIB=	yes

do-configure::
	# nothing (but we need the libtool dependency)

.include <bsd.port.mk>