147fdee482
- these include misc/ multimedia/ net/ net-mgmt/ net-im/ net-p2p/ palm/ print/ science/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
27 lines
578 B
Makefile
27 lines
578 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
|
|
USE_LDCONFIG= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e "s,-lpthread,${PTHREAD_LIBS}," ${WRKSRC}/configure
|
|
|
|
.include <bsd.port.mk>
|