2013-03-21 04:45:11 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.13 2013/03/21 08:45:14 ajacoutot Exp $
|
2011-03-08 15:15:26 -05:00
|
|
|
|
2007-09-15 22:52:56 -04:00
|
|
|
COMMENT= handling CHM files
|
2005-11-08 05:40:17 -05:00
|
|
|
CATEGORIES= devel textproc
|
|
|
|
|
2006-12-07 16:01:44 -05:00
|
|
|
HOMEPAGE= http://www.jedrea.com/chmlib/
|
2005-11-08 05:40:17 -05:00
|
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
|
2011-03-08 15:15:26 -05:00
|
|
|
DISTNAME= chmlib-0.40
|
2012-12-23 07:25:30 -05:00
|
|
|
REVISION = 1
|
2007-01-31 16:42:03 -05:00
|
|
|
SHARED_LIBS += chm 0.2 # .0.0
|
2005-11-08 05:40:17 -05:00
|
|
|
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
|
|
|
|
# stupid linux shit
|
2012-02-22 09:05:01 -05:00
|
|
|
CONFIGURE_ARGS = --disable-io64 --enable-examples
|
2005-11-08 05:40:17 -05:00
|
|
|
|
2012-02-22 09:05:01 -05:00
|
|
|
# LGPLv2.1+
|
2005-11-08 05:40:17 -05:00
|
|
|
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
|
2005-11-08 05:40:17 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|