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

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

MAINTAINER= ache@FreeBSD.org

GNU_CONFIGURE=  yes
MAN1=       screen.1

.include <bsd.port.mk>