adc82069f3
The major highlights of this release are support for multiple rows of column headers, customization of column headers using styles, and better column spanning behavior. OK stu@, jasper@
48 lines
1.1 KiB
Makefile
48 lines
1.1 KiB
Makefile
# $OpenBSD: Makefile,v 1.10 2011/10/30 07:38:50 sebastia Exp $
|
|
|
|
SHARED_ONLY = Yes
|
|
|
|
COMMENT = tree widget extension for Tk
|
|
DISTNAME = tktreectrl-2.4.1
|
|
EPOCH = 0
|
|
SHARED_LIBS = treectrl24 0.0
|
|
CATEGORIES = x11
|
|
HOMEPAGE = http://tktreectrl.sourceforge.net/
|
|
MAINTAINER = Sebastian Reitenbach <sebastia@openbsd.org>
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
WANTLIB += m X11
|
|
|
|
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=tktreectrl/}
|
|
MODULES = x11/tk
|
|
BUILD_DEPENDS = ${MODTK_BUILD_DEPENDS}
|
|
RUN_DEPENDS = ${MODTK_RUN_DEPENDS}
|
|
|
|
FAKE_FLAGS = PKG_DIR=tktreectrl \
|
|
INSTALL_PROGRAM='${INSTALL_DATA}'
|
|
|
|
SEPARATE_BUILD = concurrent
|
|
USE_GROFF = Yes
|
|
CONFIGURE_STYLE = gnu
|
|
|
|
CONFIGURE_ARGS += ${CONFIGURE_SHARED} \
|
|
--libdir=${MODTCL_TCLDIR} \
|
|
--with-tcl=${MODTCL_LIBDIR} \
|
|
--with-tk=${MODTK_LIBDIR} \
|
|
--datadir=${PREFIX}/share/examples \
|
|
--docdir=${PREFIX}/share/doc/tktreectrl \
|
|
SHLIB_VERSION=${LIBtreectrl24_VERSION}
|
|
|
|
REGRESS_IS_INTERACTIVE =X11
|
|
REGRESS_TARGET = test
|
|
|
|
pre-configure:
|
|
@${MODTCL_TCLSH_ADJ} ${WRKSRC}/demos/demo.tcl
|
|
|
|
.include <bsd.port.mk>
|