1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/x11/xtermset/Makefile
Dmitry Marakasov 45c54853c4 - Add LICENSE
- Add WWW

Approved by:	portmgr blanket
2018-05-01 09:03:56 +00:00

21 lines
435 B
Makefile

# Created by: Dominik Rothert <dr@domix.de>
# $FreeBSD$
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>