aboutsummaryrefslogtreecommitdiff
path: root/x11/xtermset/Makefile
blob: 19fd45193fc3429e411419174a0b819adfb0cbc0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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>