blob: 5d4c90c37bc12fdb513a6c903438f66880246d5a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Created by: Denis Shaposhnikov <dsh@vlink.ru>
# $FreeBSD$
PORTNAME= tkXwin
PORTVERSION= 1.0
PORTREVISION= 5
CATEGORIES= x11
MASTER_SITES= http://beepcore-tcl.sourceforge.net/
MAINTAINER= dsh@vlink.ru
COMMENT= Tcl/Tk library to detect idle periods of an X session
USES= libtool tk:84,tea tar:tgz
USE_XORG= xt xscrnsaver
USE_LDCONFIG= yes
CONFIGURE_ENV= INSTALL="${INSTALL_DATA}"
.include <bsd.port.mk>
|