2013-09-21 01:43:19 +02:00
|
|
|
# Created by: krion
|
2004-12-23 20:48:10 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= xtermcontrol
|
2009-10-17 11:18:27 +02:00
|
|
|
PORTVERSION= 2.10
|
2010-05-31 04:01:56 +02:00
|
|
|
PORTREVISION= 1
|
2004-12-25 09:28:21 +01:00
|
|
|
CATEGORIES= x11
|
2004-12-23 20:48:10 +01:00
|
|
|
MASTER_SITES= http://www.thrysoee.dk/xtermcontrol/
|
|
|
|
|
2009-11-27 23:52:30 +01:00
|
|
|
MAINTAINER= sylvio@FreeBSD.org
|
2004-12-23 20:48:10 +01:00
|
|
|
COMMENT= Tool for dynamic control of xterm properties
|
|
|
|
|
2005-11-17 20:45:44 +01:00
|
|
|
RUN_DEPENDS= xterm:${PORTSDIR}/x11/xterm
|
2004-12-23 20:48:10 +01:00
|
|
|
|
2013-04-24 20:10:30 +02:00
|
|
|
USES= gettext
|
2004-12-23 20:48:10 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2011-09-24 00:26:39 +02:00
|
|
|
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib"
|
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
2004-12-23 20:48:10 +01:00
|
|
|
|
|
|
|
PLIST_FILES= bin/xtermcontrol
|
|
|
|
MAN1= ${PORTNAME}.1
|
|
|
|
|
2013-09-21 01:43:19 +02:00
|
|
|
NO_STAGE= yes
|
2004-12-23 20:48:10 +01:00
|
|
|
.include <bsd.port.mk>
|