mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
24bf28eff1
- Bump PORTVERSION of ports affected Tested by: pointyhat (pav)
30 lines
667 B
Makefile
30 lines
667 B
Makefile
# New ports collection makefile for: tkXwin
|
|
# Date created: Tue Aug 9 14:32:29 MSD 2005
|
|
# Whom: 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
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_XORG= xt xscrnsaver
|
|
USE_LDCONFIG= yes
|
|
USE_TK= 84+
|
|
|
|
CONFIGURE_ARGS= --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>
|