2013-09-21 01:43:19 +02:00
|
|
|
# Created by: Denis Shaposhnikov <dsh@vlink.ru>
|
2005-08-31 14:00:30 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= tkXwin
|
|
|
|
PORTVERSION= 1.0
|
2009-02-23 15:46:37 +01:00
|
|
|
PORTREVISION= 4
|
2005-08-31 14:00:30 +02:00
|
|
|
CATEGORIES= x11
|
2009-01-31 00:23:10 +01:00
|
|
|
MASTER_SITES= http://beepcore-tcl.sourceforge.net/
|
2005-08-31 14:00:30 +02:00
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
|
|
|
MAINTAINER= dsh@vlink.ru
|
|
|
|
COMMENT= Tcl/Tk library to detect idle periods of an X session
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
USE_XORG= xt xscrnsaver
|
2007-02-10 20:19:24 +01:00
|
|
|
USE_LDCONFIG= yes
|
2007-10-17 16:07:27 +02:00
|
|
|
USE_TK= 84+
|
2005-08-31 14:00:30 +02:00
|
|
|
|
2007-10-17 16:07:27 +02:00
|
|
|
CONFIGURE_ARGS= --with-tcl=${TCL_LIBDIR} \
|
|
|
|
--with-tclinclude=${TCL_INCLUDEDIR} \
|
|
|
|
--with-tk=${TK_LIBDIR} \
|
|
|
|
--with-tkinclude=${TK_INCLUDEDIR}
|
2005-08-31 14:00:30 +02:00
|
|
|
CONFIGURE_ENV= INSTALL="${INSTALL_DATA}"
|
|
|
|
|
2013-09-21 01:43:19 +02:00
|
|
|
NO_STAGE= yes
|
2005-08-31 14:00:30 +02:00
|
|
|
.include <bsd.port.mk>
|