mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
1839496069
Approved by: portmgr (blanket)
20 lines
463 B
Makefile
20 lines
463 B
Makefile
PORTNAME= xtermset
|
|
PORTVERSION= 0.5.2
|
|
PORTREVISION= 3
|
|
CATEGORIES= x11
|
|
MASTER_SITES= SF/clts/${PORTNAME}/${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Dynamically change some settings of an xterm
|
|
WWW= https://sourceforge.net/projects/clts/
|
|
|
|
LICENSE= GPLv2+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
GNU_CONFIGURE= yes
|
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
|
MAKE_ARGS+= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}"
|
|
USES= gmake
|
|
|
|
.include <bsd.port.mk>
|