479cb83fb0
This is a minor bugfix release. It fixes some issues with some of the example programs and removes some bash-specific constructs from the user-contributed mozilla_helper.sh script.
32 lines
748 B
Makefile
32 lines
748 B
Makefile
# $NetBSD: Makefile,v 1.19 2009/06/06 21:51:59 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= chmlib-0.40
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://morte.jedrea.com/~jedwin/projects/chmlib/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://morte.jedrea.com/~jedwin/projects/chmlib/
|
|
COMMENT= Library for dealing with Microsoft ITSS/CHM format files
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
CONFLICTS= kchm-[0-9]*
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
|
|
CONFIGURE_ARGS+= --disable-io64
|
|
|
|
INSTALLATION_DIRS= include lib
|
|
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
|
|
.if defined(PTHREAD_TYPE) && ${PTHREAD_TYPE} == "none"
|
|
CONFIGURE_ARGS+= --disable-pthread
|
|
.endif
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|