openbsd-ports/x11/tkhtml/Makefile
sebastia d8df757324 * add space between variable and = in the ports makefiles
* zap pthread from WANTLIB in tkdnd
 * get rid of expensive SUBST_VARS in pre-configure or whole pre-configure
 * get rid of tktreectrl PFRAG.shared
 * bump tkdnd and tktreectrl

OK, landry@ who's eyes got burned ;)
2010-07-30 16:41:09 +00:00

43 lines
1020 B
Makefile

# $OpenBSD: Makefile,v 1.2 2010/07/30 16:41:09 sebastia Exp $
SHARED_ONLY = Yes
COMMENT = Tk widget to display HTML/CSS formatted contents
DISTNAME = tkhtml3-alpha-16
PKGNAME = ${DISTNAME:S/3-alpha-/-3a/}
SHARED_LIBS = Tkhtml30 0.0
CATEGORIES = x11
HOMEPAGE = http://tkhtml.tcl.tk/
MAINTAINER = Sebastian Reitenbach <sebastia@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
MASTER_SITES = ${HOMEPAGE}
MODULES = x11/tk
BUILD_DEPENDS = ${MODTK_BUILD_DEPENDS}
RUN_DEPENDS = ${MODTK_RUN_DEPENDS}
WANTLIB += X11
WRKDIST = ${WRKDIR}/htmlwidget
USE_GMAKE = Yes
SEPARATE_BUILD = simple
CONFIGURE_STYLE = gnu
CONFIGURE_ENV = LIBTkhtml30_VERSION=${LIBTkhtml30_VERSION}
CONFIGURE_ARGS = ${CONFIGURE_SHARED} \
--with-tcl=${MODTCL_LIBDIR} \
--with-tclinclude=${MODTCL_INCDIR} \
--with-tk=${MODTK_LIBDIR} \
--with-tkinclude=${MODTK_INCDIR} \
--datadir=${PREFIX}/share/examples
NO_REGRESS = Yes
.include <bsd.port.mk>