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