aboutsummaryrefslogtreecommitdiffstats
path: root/misc/screen/Makefile
blob: 003286f401cad151c09a3f1b527e71db3b815343 (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.9
PORTREVISION=   1
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>