openbsd-ports/lang/eltclsh/Makefile

41 lines
1011 B
Makefile
Raw Normal View History

2010-11-17 03:05:12 -05:00
# $OpenBSD: Makefile,v 1.21 2010/11/17 08:05:17 espie Exp $
2008-08-30 10:02:18 -04:00
COMMENT = Libedit interface to Tcl/Tk interpreters
2008-08-30 10:02:18 -04:00
DISTNAME = eltclsh-1.9
REVISION= 4
2008-08-30 10:02:18 -04:00
CATEGORIES = lang x11
2008-08-30 10:02:18 -04:00
MASTER_SITES = http://softs.laas.fr/openrobots/php/download.php/
2008-08-30 10:02:18 -04:00
HOMEPAGE = https://softs.laas.fr/openrobots/wiki/eltclsh
2008-08-30 10:02:18 -04:00
MAINTAINER = Matthieu Herrb <matthieu@openbsd.org>
# BSD
2008-08-30 10:02:18 -04:00
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
2009-03-08 19:05:12 -04:00
WANTLIB += X11 Xau Xdmcp Xext Xft Xrender Xss c edit expat fontconfig
WANTLIB += freetype m pthread-stubs termcap xcb z
2008-08-30 10:02:18 -04:00
SEPARATE_BUILD = concurrent
CONFIGURE_STYLE = gnu
CONFIGURE_ARGS = --with-tcl=${LOCALBASE}/lib/tcl8.5 \
--with-tk=${LOCALBASE}/lib/tk8.5
2008-08-30 10:02:18 -04:00
CONFIGURE_ENV = MKDEP=/bin/false
USE_GMAKE = Yes
USE_LIBTOOL = Yes
FAKE_FLAGS = "ELTCL_LIBRARY=${WRKINST}${PREFIX}/share/eltcl"
NO_REGRESS = Yes
2010-11-17 03:05:12 -05:00
LIB_DEPENDS += tcl->=8.5,<8.6:lang/tcl/8.5
LIB_DEPENDS += tk->=8.5,<8.6:x11/tk/8.5
2010-11-07 14:12:42 -05:00
WANTLIB += tcl85 tk85
.include <bsd.port.mk>