freebsd-ports/misc/chmlib/Makefile
2006-06-19 01:34:37 +00:00

26 lines
580 B
Makefile

# ex:ts=8
# Ports collection makefile for: chmlib
# Date created: Apr 5, 2003
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= chmlib
PORTVERSION= 0.38
CATEGORIES= misc
MASTER_SITES= http://morte.jedrea.com/~jedwin/projects/chmlib/
MAINTAINER= ports@FreeBSD.org
COMMENT= A library for dealing with Microsoft ITSS/CHM format files
USE_BZIP2= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-io64 --disable-pread --exec-prefix=${PREFIX}
USE_GMAKE= yes
INSTALLS_SHLIB= yes
post-patch:
@${REINPLACE_CMD} -e "s,-lpthread,${PTHREAD_LIBS}," ${WRKSRC}/configure
.include <bsd.port.mk>