1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/x11/xtermcontrol/Makefile
Dmitry Marakasov 6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00

28 lines
555 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
USE_GETTEXT= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib"
CPPFLAGS+= -I${LOCALBASE}/include
PLIST_FILES= bin/xtermcontrol
MAN1= ${PORTNAME}.1
.include <bsd.port.mk>