summaryrefslogtreecommitdiff
path: root/sysutils/screen/Makefile
blob: de873c38baca3b43c60b9cd86e5c1ca60eb94960 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# New ports collection makefile for:	screen
# Date created:         25 Nov 1994
# Whom:                 ache
#
# $FreeBSD$
#

PORTNAME=	screen
PORTVERSION=    3.9.11
PORTREVISION=	1
CATEGORIES=	misc
MASTER_SITES=	ftp://ftp.uni-erlangen.de/pub/utilities/screen/ \
		${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR=	screen

MAINTAINER=	ports@FreeBSD.org

GNU_CONFIGURE=	yes
MAN1=		screen.1

.include <bsd.port.mk>