2004-12-23 19:48:10 +00:00
|
|
|
# New ports collection makefile for: xtermcontrol
|
|
|
|
# Date created: 23.12.2004
|
|
|
|
# Whom: krion
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= xtermcontrol
|
2006-03-21 10:17:33 +00:00
|
|
|
PORTVERSION= 2.8
|
2004-12-25 08:28:21 +00:00
|
|
|
CATEGORIES= x11
|
2004-12-23 19:48:10 +00:00
|
|
|
MASTER_SITES= http://www.thrysoee.dk/xtermcontrol/
|
|
|
|
|
2005-09-14 08:26:09 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2004-12-23 19:48:10 +00:00
|
|
|
COMMENT= Tool for dynamic control of xterm properties
|
|
|
|
|
2005-11-17 19:45:44 +00:00
|
|
|
RUN_DEPENDS= xterm:${PORTSDIR}/x11/xterm
|
2004-12-23 19:48:10 +00:00
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_GETTEXT= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2005-04-12 03:26:56 +00:00
|
|
|
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2004-12-23 19:48:10 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include -I${LOCALBASE}/include" \
|
|
|
|
LIBS="-L${X11BASE}/lib -L${LOCALBASE}/lib"
|
|
|
|
|
|
|
|
PLIST_FILES= bin/xtermcontrol
|
|
|
|
MAN1= ${PORTNAME}.1
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|