2b1b68af63
from martynas at altroot.org
30 lines
556 B
Makefile
30 lines
556 B
Makefile
# $OpenBSD: Makefile,v 1.6 2006/12/07 21:01:44 steven Exp $
|
|
COMMENT= "handling CHM files"
|
|
CATEGORIES= devel textproc
|
|
|
|
HOMEPAGE= http://www.jedrea.com/chmlib/
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
DISTNAME= chmlib-0.38
|
|
PKGNAME= ${DISTNAME}p0
|
|
SHARED_LIBS += chm 0.1 # .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>
|