freebsd-ports/x11/xtermcontrol/Makefile
Alex Kozlov e159824929 - Convert USE_GETTEXT to USES (part 3)
Approved by:	portmgr (bapt)
2013-04-24 18:10:30 +00:00

27 lines
553 B
Makefile

# New ports collection makefile for: xtermcontrol
# Date created: 23.12.2004
# Whom: 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
MAN1= ${PORTNAME}.1
.include <bsd.port.mk>