2011-01-05 13:40:55 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.22 2011/01/05 18:40:55 sebastia Exp $
|
2003-12-29 06:24:57 -05:00
|
|
|
|
2008-08-30 10:02:18 -04:00
|
|
|
COMMENT = Libedit interface to Tcl/Tk interpreters
|
2003-12-29 06:24:57 -05:00
|
|
|
|
2008-08-30 10:02:18 -04:00
|
|
|
DISTNAME = eltclsh-1.9
|
2011-01-05 13:40:55 -05:00
|
|
|
REVISION= 5
|
2008-08-30 10:02:18 -04:00
|
|
|
CATEGORIES = lang x11
|
2003-12-29 06:24:57 -05:00
|
|
|
|
2008-08-30 10:02:18 -04:00
|
|
|
MASTER_SITES = http://softs.laas.fr/openrobots/php/download.php/
|
2003-12-29 06:24:57 -05:00
|
|
|
|
2008-08-30 10:02:18 -04:00
|
|
|
HOMEPAGE = https://softs.laas.fr/openrobots/wiki/eltclsh
|
2003-12-29 06:24:57 -05:00
|
|
|
|
2008-08-30 10:02:18 -04:00
|
|
|
MAINTAINER = Matthieu Herrb <matthieu@openbsd.org>
|
2003-12-29 06:24:57 -05:00
|
|
|
|
|
|
|
# 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
|
|
|
|
2011-01-05 13:40:55 -05:00
|
|
|
MODULES += x11/tk
|
2009-03-08 19:05:12 -04:00
|
|
|
WANTLIB += X11 Xau Xdmcp Xext Xft Xrender Xss c edit expat fontconfig
|
2009-08-10 13:31:07 -04:00
|
|
|
WANTLIB += freetype m pthread-stubs termcap xcb z
|
2008-08-30 10:02:18 -04:00
|
|
|
|
|
|
|
SEPARATE_BUILD = concurrent
|
|
|
|
CONFIGURE_STYLE = gnu
|
2011-01-05 13:40:55 -05:00
|
|
|
CONFIGURE_ARGS = --with-tcl=${MODTCL_LIBDIR} \
|
|
|
|
--with-tk=${MODTK_LIBDIR}
|
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
|
|
|
|
|
2011-01-05 13:40:55 -05:00
|
|
|
LIB_DEPENDS += ${MODTK_LIB_DEPENDS}
|
2010-11-07 14:12:42 -05:00
|
|
|
|
2011-01-05 13:40:55 -05:00
|
|
|
WANTLIB += ${MODTK_WANTLIB}
|
2003-12-29 06:24:57 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|