2013-09-21 01:57:47 +02:00
|
|
|
# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
2006-11-01 07:42:58 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= tktray
|
2013-10-14 10:09:15 +02:00
|
|
|
PORTVERSION= 1.3.9
|
2008-04-09 15:42:26 +02:00
|
|
|
CATEGORIES= x11-toolkits tk
|
2015-05-14 12:15:04 +02:00
|
|
|
MASTER_SITES= GOOGLE_CODE
|
2013-10-14 10:09:15 +02:00
|
|
|
DISTNAME= ${PORTNAME}${PORTVERSION}
|
2006-11-01 07:42:58 +01:00
|
|
|
|
2013-10-14 10:09:15 +02:00
|
|
|
MAINTAINER= tcltk@FreeBSD.org
|
2006-11-01 07:42:58 +01:00
|
|
|
COMMENT= System tray icon support
|
|
|
|
|
2013-10-14 10:09:15 +02:00
|
|
|
USES+= tk
|
2007-07-30 21:07:21 +02:00
|
|
|
USE_XORG= x11 xext
|
2006-11-01 07:42:58 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2013-10-14 10:09:15 +02:00
|
|
|
CONFIGURE_ARGS= -exec-prefix=${PREFIX} \
|
|
|
|
--with-tcl=${TCL_LIBDIR} \
|
|
|
|
--with-tk=${TK_LIBDIR}
|
2006-11-01 07:42:58 +01:00
|
|
|
TKPKG= ${PORTNAME}${PORTVERSION}
|
|
|
|
|
2013-10-14 10:09:15 +02:00
|
|
|
PLIST_FILES= lib/${TKPKG}/libtktray.so.1 \
|
|
|
|
lib/${TKPKG}/pkgIndex.tcl \
|
|
|
|
man/mann/${PORTNAME}.n.gz
|
2006-11-01 07:42:58 +01:00
|
|
|
|
2007-04-18 10:01:25 +02:00
|
|
|
.include <bsd.port.mk>
|