forked from Lainports/freebsd-ports
27 lines
496 B
Makefile
27 lines
496 B
Makefile
# 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
|
|
|
|
WANT_LIBTOOL_VER=13
|
|
USE_GMAKE= yes
|
|
INSTALLS_SHLIB= yes
|
|
|
|
do-configure:
|
|
@${DO_NADA}
|
|
|
|
.include <bsd.port.mk>
|