freebsd-ports/misc/chmlib/Makefile
Tijl Coosemans ff44a5ac39 - Add USES=libtool and INSTALL_TARGET=install-strip
- Remove pthread patching
2014-10-05 19:03:12 +00:00

19 lines
473 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= chmlib
PORTVERSION= 0.40
PORTREVISION= 1
CATEGORIES= misc
MASTER_SITES= http://www.jedrea.com/chmlib/
MAINTAINER= fluffy@FreeBSD.org
COMMENT= Library for dealing with Microsoft ITSS/CHM format files
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-io64 --disable-pread --exec-prefix=${PREFIX} --disable-static --enable-examples
INSTALL_TARGET= install-strip
USES= gmake libtool tar:bzip2
USE_LDCONFIG= yes
.include <bsd.port.mk>