freebsd-ports/x11/xtermcontrol/Makefile

21 lines
423 B
Makefile
Raw Normal View History

# Created by: krion
# $FreeBSD$
PORTNAME= xtermcontrol
PORTVERSION= 3.3
CATEGORIES= x11
2014-06-17 17:48:54 +02:00
MASTER_SITES= http://www.thrysoee.dk/xtermcontrol/ \
http://fossies.org/linux/privat/
MAINTAINER= olgeni@FreeBSD.org
COMMENT= Tool for dynamic control of xterm properties
LICENSE= GPLv2+
2014-06-17 17:48:54 +02:00
GNU_CONFIGURE= yes
2014-06-17 17:48:54 +02:00
CONFIGURE_ENV= ac_cv_header_libintl_h=no
2014-06-17 17:48:54 +02:00
PLIST_FILES= bin/xtermcontrol man/man1/xtermcontrol.1.gz
.include <bsd.port.mk>