openbsd-ports/devel/chmlib/Makefile

26 lines
466 B
Makefile
Raw Normal View History

2013-03-21 04:45:11 -04:00
# $OpenBSD: Makefile,v 1.13 2013/03/21 08:45:14 ajacoutot Exp $
COMMENT= handling CHM files
CATEGORIES= devel textproc
HOMEPAGE= http://www.jedrea.com/chmlib/
MASTER_SITES= ${HOMEPAGE}
DISTNAME= chmlib-0.40
2012-12-23 07:25:30 -05:00
REVISION = 1
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
2012-12-23 07:25:30 -05:00
WANTLIB += c pthread
2013-03-11 06:50:00 -04:00
NO_TEST= Yes
.include <bsd.port.mk>