1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
freebsd-ports/x11/xtermset/Makefile
2021-04-06 16:31:07 +02:00

20 lines
423 B
Makefile

# Created by: Dominik Rothert <dr@domix.de>
PORTNAME= xtermset
PORTVERSION= 0.5.2
PORTREVISION= 2
CATEGORIES= x11
MASTER_SITES= SF/clts/${PORTNAME}/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Dynamically change some settings of an xterm
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
MAKE_ARGS+= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}"
USES= gmake
.include <bsd.port.mk>