1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/x11/xtermset/Makefile
Diane Bruce 9b214ca018 - Disable use of automake if found, this breaks the build.
Approved by:	portmgr (linimon)
2007-11-11 01:10:53 +00:00

31 lines
621 B
Makefile

# New ports collection makefile for: xtermset
# Date created: 21 August 1999
# Whom: Dominik Rothert <dr@domix.de>
#
# $FreeBSD$
#
PORTNAME= xtermset
PORTVERSION= 0.5.2
PORTREVISION= 1
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= clts
MAINTAINER= ports@FreeBSD.org
COMMENT= Dynamically change some settings of an xterm
GNU_CONFIGURE= yes
MAKE_ARGS+= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}"
USE_GMAKE= yes
MAN1= xtermset.1
MAN5= terms.5
USE_X_PREFIX= yes
MANCOMPRESSED= no
post-install:
${STRIP_CMD} ${PREFIX}/bin/xtermset
.include <bsd.port.mk>