26 lines
462 B
Makefile

# $OpenBSD: Makefile,v 1.14 2015/03/16 18:07:39 naddy Exp $
COMMENT= handling CHM files
CATEGORIES= devel textproc
HOMEPAGE= http://www.jedrea.com/chmlib/
MASTER_SITES= ${HOMEPAGE}
DISTNAME= chmlib-0.40
REVISION = 2
SHARED_LIBS += chm 0.2 # .0.0
CONFIGURE_STYLE=gnu
# stupid linux shit
CONFIGURE_ARGS = --disable-io64 --enable-examples
# LGPLv2.1+
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += c pthread
NO_TEST= Yes
.include <bsd.port.mk>