1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
freebsd-ports/x11/xtermcontrol/Makefile
Vanilla I. Shu 82b3ec3f0d Support stagedir.
Approved by:	portmgr (blanket infrastructure)
2014-01-10 09:32:14 +00:00

23 lines
476 B
Makefile

# Created by: krion
# $FreeBSD$
PORTNAME= xtermcontrol
PORTVERSION= 2.10
PORTREVISION= 1
CATEGORIES= x11
MASTER_SITES= http://www.thrysoee.dk/xtermcontrol/
MAINTAINER= sylvio@FreeBSD.org
COMMENT= Tool for dynamic control of xterm properties
RUN_DEPENDS= xterm:${PORTSDIR}/x11/xterm
USES= gettext
GNU_CONFIGURE= yes
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib"
CPPFLAGS+= -I${LOCALBASE}/include
PLIST_FILES= bin/xtermcontrol man/man1/${PORTNAME}.1.gz
.include <bsd.port.mk>