mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
20 lines
409 B
Makefile
20 lines
409 B
Makefile
# 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>
|