mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
e1747056d9
PR: 191099
24 lines
515 B
Makefile
24 lines
515 B
Makefile
# Created by: krion
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xtermcontrol
|
|
PORTVERSION= 3.2
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://www.thrysoee.dk/xtermcontrol/ \
|
|
http://fossies.org/linux/privat/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Tool for dynamic control of xterm properties
|
|
|
|
LICENSE= GPLv2 # (or later)
|
|
|
|
RUN_DEPENDS= xterm:${PORTSDIR}/x11/xterm
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= ac_cv_header_libintl_h=no
|
|
CONFIGURE_ARGS= --disable-silent-rules
|
|
|
|
PLIST_FILES= bin/xtermcontrol man/man1/xtermcontrol.1.gz
|
|
|
|
.include <bsd.port.mk>
|