summaryrefslogtreecommitdiff
path: root/x11-toolkits/iwidgets/Makefile
blob: 92a3d74516c76fbe5846b81ce29c5dcbd16eeaa6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# New ports collection makefile for:	itk
# Version required:	3.0.1
# Date created:		Aug 17 1996
# Whom:			chuckr
#
# $FreeBSD$
#

DISTNAME=	itcl3.0.1
PKGNAME=	iwidgets-3.0.0
CATEGORIES=	x11-toolkits tk82
MASTER_SITES=	ftp://ftp.tcltk.com/pub/itcl/

MAINTAINER=	dmlb@ragnet.demon.co.uk

LIB_DEPENDS=	tk82.1:${PORTSDIR}/x11-toolkits/tk82 \
		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.2 --with-itcl=${PREFIX}/lib/itcl3.0 --with-tk=${PREFIX}/lib/tk8.2 --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>