1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/x11/tkXwin/Makefile
Pietro Cerutti 91b82f2e25 - Convert to USES=tk
- STAGE-clean
- PREFIX-clean

MFH:		2014Q1
2014-01-09 08:49:35 +00:00

27 lines
596 B
Makefile

# Created by: Denis Shaposhnikov <dsh@vlink.ru>
# $FreeBSD$
PORTNAME= tkXwin
PORTVERSION= 1.0
PORTREVISION= 4
CATEGORIES= x11
MASTER_SITES= http://beepcore-tcl.sourceforge.net/
EXTRACT_SUFX= .tgz
MAINTAINER= dsh@vlink.ru
COMMENT= Tcl/Tk library to detect idle periods of an X session
USES= tk:84
GNU_CONFIGURE= yes
USE_XORG= xt xscrnsaver
USE_LDCONFIG= yes
CONFIGURE_ARGS= --prefix=${PREFIX} \
--with-tcl=${TCL_LIBDIR} \
--with-tclinclude=${TCL_INCLUDEDIR} \
--with-tk=${TK_LIBDIR} \
--with-tkinclude=${TK_INCLUDEDIR}
CONFIGURE_ENV= INSTALL="${INSTALL_DATA}"
.include <bsd.port.mk>