openbsd-ports/devel/chmlib/Makefile
bernd 8685286568 Security update to chmlib-0.38.
Fixes an input validation error in extract_chmLib example program.

Detailed information:
http://secunia.com/advisories/20734/

"go for it" espie@
2006-06-19 18:14:59 +00:00

29 lines
516 B
Makefile

# $OpenBSD: Makefile,v 1.4 2006/06/19 18:14:59 bernd Exp $
COMMENT= "handling CHM files"
CATEGORIES= devel textproc
HOMEPAGE= http://66.93.236.84/~jedwin/projects/chmlib/
MASTER_SITES= ${HOMEPAGE}
DISTNAME= chmlib-0.38
SHARED_LIBS= chm 0.1
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>