mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
20 lines
411 B
Makefile
20 lines
411 B
Makefile
# Created by: krion
|
|
|
|
PORTNAME= xtermcontrol
|
|
PORTVERSION= 3.6
|
|
CATEGORIES= x11
|
|
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+
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= ac_cv_header_libintl_h=no
|
|
|
|
PLIST_FILES= bin/xtermcontrol man/man1/xtermcontrol.1.gz
|
|
|
|
.include <bsd.port.mk>
|