diff options
Diffstat (limited to 'sysutils/screen/Makefile')
-rw-r--r-- | sysutils/screen/Makefile | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/sysutils/screen/Makefile b/sysutils/screen/Makefile deleted file mode 100644 index 00e0c073286b..000000000000 --- a/sysutils/screen/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# New ports collection makefile for: screen -# Date created: 25 Nov 1994 -# Whom: ache -# -# $FreeBSD$ -# - -PORTNAME= screen -PORTVERSION= 4.0.2 -PORTREVISION= 1 -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: - @${MKDIR} ${EXAMPLESDIR} - @${CP} ${WRKSRC}/etc/etcscreenrc ${EXAMPLESDIR}/screenrc - @if [ ! -f ${PREFIX}/etc/screenrc ]; then \ - ${CP} ${EXAMPLESDIR}/screenrc ${PREFIX}/etc/screenrc ; \ - fi - -.include <bsd.port.post.mk> |