freebsd-ports/sysutils/screen/Makefile
Kris Kennaway fe7fe72ddd Set NO_PACKAGE; screen tends to go into a loop using all available CPU
when used from the package.  Perhaps it's hard-coding information from
the build system that is not true in general.

Reported by:    many people
Freaking out:   peter
2004-06-20 20:21:40 +00:00

39 lines
872 B
Makefile

# New ports collection makefile for: screen
# Date created: 25 Nov 1994
# Whom: ache
#
# $FreeBSD$
#
PORTNAME= screen
PORTVERSION= 4.0.2
CATEGORIES= misc
MASTER_SITES= ftp://ftp.uni-erlangen.de/pub/utilities/screen/ \
${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= screen
MAINTAINER= cy@FreeBSD.org
COMMENT= A multi-screen window manager
GNU_CONFIGURE= yes
MAN1= screen.1
INFO= screen
NO_PACKAGE= Tends to loop using 100% CPU when used from package - perhaps it hard-codes information about the build host
.include <bsd.port.pre.mk>
.if ${ARCH} == "alpha"
CFLAGS+= -O0
.endif
post-patch:
@${RM} ${WRKSRC}/doc/screen.info*
post-install:
@${CP} ${WRKSRC}/etc/etcscreenrc ${PREFIX}/etc/screenrc.sample
@if [ ! -f ${PREFIX}/etc/screenrc ]; then \
${CP} ${PREFIX}/etc/screenrc.sample ${PREFIX}/etc/screenrc ; \
fi
.include <bsd.port.post.mk>