1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/x11/xtermset/Makefile
Eitan Adler 0a0be23923 - Convert to stage
- convert from USE_GMAKE to USES
- remove STRIP_CMD because it saves exactly 0 space.
2013-10-12 22:36:22 +00:00

18 lines
386 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
GNU_CONFIGURE= yes
MAKE_ARGS+= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}"
USES= gmake
.include <bsd.port.mk>