freebsd-ports/sysutils/screen/Makefile
Cy Schubert c3ae907f54 Udate 4.0.0 --> 4.0.1, 4.0.0 distfile is missing causing bento builds
to fail. 4.0.1 fixes two bugs with the parser.

Noticed by:	Allen Landsidel <all@biosys.net> and bento
Approved by:	marcus (wearing his portsmgr hat)
2003-09-19 04:25:22 +00:00

36 lines
736 B
Makefile

# New ports collection makefile for: screen
# Date created: 25 Nov 1994
# Whom: ache
#
# $FreeBSD$
#
PORTNAME= screen
PORTVERSION= 4.0.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
.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>