85f31fc04f
This update fixes a vulnerability which might lead to a code execution: http://labs.idefense.com/intelligence/vulnerabilities/display.php?id=468 from Martynas Venckus <martynas@altroot.org> ok sturm@
29 lines
533 B
Makefile
29 lines
533 B
Makefile
# $OpenBSD: Makefile,v 1.7 2007/01/31 21:42:03 jasper Exp $
|
|
COMMENT= "handling CHM files"
|
|
CATEGORIES= devel textproc
|
|
|
|
HOMEPAGE= http://www.jedrea.com/chmlib/
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
DISTNAME= chmlib-0.39
|
|
SHARED_LIBS += chm 0.2 # .0.0
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
USE_LIBTOOL= Yes
|
|
USE_GMAKE= Yes
|
|
|
|
# stupid linux shit
|
|
CONFIGURE_ARGS= --disable-io64
|
|
|
|
WANTLIB= pthread
|
|
|
|
#GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
.include <bsd.port.mk>
|