ports/sysutils/screen/Makefile
Cy Schubert 3ebe4bf137 As I've assigned the three screen PR's in GNATS to myself, it appears that
I'm taking on maintainership of this port.  Make it official.
2002-07-07 15:16:15 +00:00

22 lines
399 B
Makefile

# 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= cy@FreeBSD.org
GNU_CONFIGURE= yes
MAN1= screen.1
.include <bsd.port.mk>