2007-11-14 04:43:39 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.10 2007/11/14 09:43:39 steven Exp $
|
2003-12-29 06:24:57 -05:00
|
|
|
|
2007-09-15 20:27:05 -04:00
|
|
|
COMMENT= Libedit interface to Tcl/Tk interpreters
|
2003-12-29 06:24:57 -05:00
|
|
|
|
2005-10-04 10:00:12 -04:00
|
|
|
DISTNAME= eltclsh-1.6
|
2007-11-14 04:43:39 -05:00
|
|
|
PKGNAME= ${DISTNAME}p1
|
2003-12-29 06:24:57 -05:00
|
|
|
CATEGORIES= lang x11
|
|
|
|
|
|
|
|
MASTER_SITES= http://softs.laas.fr/openrobots/php/download.php/
|
|
|
|
|
|
|
|
HOMEPAGE= http://softs.laas.fr/openrobots/tools/eltclsh.php
|
|
|
|
|
|
|
|
MAINTAINER= Matthieu Herrb <matthieu@openbsd.org>
|
|
|
|
|
|
|
|
# BSD
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2007-11-14 04:43:39 -05:00
|
|
|
WANTLIB= c termcap X11 Xau Xdmcp m edit
|
2003-12-29 06:24:57 -05:00
|
|
|
|
|
|
|
SEPARATE_BUILD= concurrent
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
CONFIGURE_ENV= MKDEP=/bin/false
|
2006-11-13 06:20:24 -05:00
|
|
|
USE_X11= Yes
|
2003-12-29 06:24:57 -05:00
|
|
|
USE_GMAKE= Yes
|
2007-03-31 07:36:13 -04:00
|
|
|
USE_LIBTOOL= Yes
|
2006-07-17 13:20:54 -04:00
|
|
|
FAKE_FLAGS= prefix=${WRKINST}${PREFIX} ELTCL_LIBRARY=${WRKINST}${PREFIX}/share/eltcl mandir=${WRKINST}${PREFIX}/man/man catdir=${WRKINST}${PREFIX}/man/cat
|
2003-12-29 06:24:57 -05:00
|
|
|
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
|
2004-12-30 09:58:58 -05:00
|
|
|
LIB_DEPENDS+= tcl84:tcl-8.4.*:lang/tcl/8.4
|
|
|
|
LIB_DEPENDS+= tk84:tk-8.4.*:x11/tk/8.4
|
2003-12-29 06:24:57 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|