2015-03-16 18:07:34 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.14 2015/03/16 18:07:39 naddy Exp $
|
2011-03-08 20:15:26 +00:00
|
|
|
|
2007-09-16 02:52:56 +00:00
|
|
|
COMMENT= handling CHM files
|
2005-11-08 10:40:17 +00:00
|
|
|
CATEGORIES= devel textproc
|
|
|
|
|
2006-12-07 21:01:44 +00:00
|
|
|
HOMEPAGE= http://www.jedrea.com/chmlib/
|
2005-11-08 10:40:17 +00:00
|
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
|
2011-03-08 20:15:26 +00:00
|
|
|
DISTNAME= chmlib-0.40
|
2015-03-16 18:07:34 +00:00
|
|
|
REVISION = 2
|
2007-01-31 21:42:03 +00:00
|
|
|
SHARED_LIBS += chm 0.2 # .0.0
|
2005-11-08 10:40:17 +00:00
|
|
|
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
|
|
|
|
# stupid linux shit
|
2012-02-22 14:05:01 +00:00
|
|
|
CONFIGURE_ARGS = --disable-io64 --enable-examples
|
2005-11-08 10:40:17 +00:00
|
|
|
|
2012-02-22 14:05:01 +00:00
|
|
|
# LGPLv2.1+
|
2005-11-08 10:40:17 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
|
2012-12-23 12:25:30 +00:00
|
|
|
WANTLIB += c pthread
|
|
|
|
|
2013-03-11 10:50:00 +00:00
|
|
|
NO_TEST= Yes
|
2005-11-08 10:40:17 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|