mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
0a0be23923
- convert from USE_GMAKE to USES - remove STRIP_CMD because it saves exactly 0 space.
18 lines
386 B
Makefile
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>
|