Files
Chris Hutchinson 4f1440dda3 x11/*: Move manpages to share/man
Approved by:	portmgr (blanket)
2024-03-07 11:51:30 +03:00

21 lines
497 B
Makefile

PORTNAME= xtermcontrol
PORTVERSION= 3.6
PORTREVISION= 1
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
WWW= https://www.thrysoee.dk/xtermcontrol/
LICENSE= GPLv2+
GNU_CONFIGURE= yes
CONFIGURE_ENV= ac_cv_header_libintl_h=no
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
PLIST_FILES= bin/xtermcontrol share/man/man1/xtermcontrol.1.gz
.include <bsd.port.mk>