1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/x11/tkXwin/Makefile
Adam Weinberger a84c115a09 Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 19:11:51 +00:00

26 lines
593 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
GNU_CONFIGURE= yes
USES= libtool tk:84 tar:tgz
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>