freebsd-ports/misc/chmlib/Makefile
Andrew Pantyukhin 90e2877b9c - Update to 0.39
- Disable static lib

Security:	this update is reported to be a major security fix -
		"Stack-allocated buffers have been changed to heap-allocated
		 buffers to avoid stack corruption security problems. A
		 security advisory for this issue is forthcoming from iDefense
		 [IDEF2125]."
2007-01-25 16:14:46 +00:00

26 lines
576 B
Makefile

# ex:ts=8
# Ports collection makefile for: chmlib
# Date created: Apr 5, 2003
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= chmlib
PORTVERSION= 0.39
CATEGORIES= misc
MASTER_SITES= http://www.jedrea.com/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} --disable-static
USE_GMAKE= yes
USE_LDCONFIG= yes
post-patch:
@${REINPLACE_CMD} -e "s,-lpthread,${PTHREAD_LIBS}," ${WRKSRC}/configure
.include <bsd.port.mk>