1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/x11-toolkits/iwidgets/Makefile
Justin M. Seger 79baf9edec Import of itcl 3.0.0's widgets
This package contains [incr Widgets] version 3.0.0.  [incr Widgets] is
a companion to [incr Tk] and provides a widget set, with many improved
widgets.  The [incr Widgets] collection is also known as ``iwidgets''.

PR:		ports/10960
Submitted by:	Duncan Barclay <dmlb@ragnet.demon.co.uk>
1999-04-05 22:44:51 +00:00

40 lines
1.4 KiB
Makefile

# New ports collection makefile for: itk
# Version required: 3.0.1
# Date created: Aug 17 1996
# Whom: chuckr
#
# $Id$
#
DISTNAME= itcl3.0.1
PKGNAME= iwidgets-3.0.0
CATEGORIES= x11-toolkits tk80
MASTER_SITES= ftp://ftp.tcltk.com/pub/itcl/
MAINTAINER= dmlb@ragnet.demon.co.uk
LIB_DEPENDS= tk80.1:${PORTSDIR}/x11-toolkits/tk80 \
itcl30.1:${PORTSDIR}/lang/itcl \
itk30.1:${PORTSDIR}/x11-toolkits/itk
WRKSRC= ${WRKDIR}/itcl3.0.1/iwidgets3.0.0/unix
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-tcl=${PREFIX}/lib/tcl8.0 --with-itcl=${PREFIX}/lib/itcl3.0 --with-tk=${PREFIX}/lib/tk8.0 --with-itk=${PREFIX}/lib/itk3.0
CONFIGURE_ENV= PORTSDIR=${PORTSDIR}
MANN= buttonbox.n calendar.n canvasprintbox.n canvasprintdialog.n \
checkbox.n combobox.n dateentry.n datefield.n dialog.n \
dialogshell.n disjointlistbox.n entryfield.n \
extfileselectionbox.n extfileselectiondialog.n feedback.n \
fileselectionbox.n fileselectiondialog.n finddialog.n \
hierarchy.n hyperhelp.n labeledframe.n labeledwidget.n \
mainwindow.n menubar.n messagebox.n messagedialog.n \
notebook.n optionmenu.n panedwindow.n promptdialog.n \
pushbutton.n radiobox.n scopedobject.n scrolledcanvas.n \
scrolledframe.n scrolledhtml.n shell.n scrolledlistbox.n \
scrolledtext.n selectionbox.n selectiondialog.n spindate.n \
spinint.n spinner.n spintime.n tabnotebook.n tabset.n \
timeentry.n timefield.n toolbar.n watch.n
.include <bsd.port.mk>