blob: 8f702c27047f36311c5efeb656522aa24764c72f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# New ports collection makefile for: screen
# Version required: 3.6.1
# Date created: 25 Nov 1994
# Whom: ache
#
# $Id: Makefile,v 1.6 1995/01/18 01:29:35 ache Exp $
#
DISTNAME= screen-3.6.1
NCFTPFLAGS= -PN
MASTER_SITES= ftp://ftp.uni-erlangen.de/pub/utilities/screen/
CATEGORIES+= utilities
GNU_CONFIGURE= YES
.include <bsd.port.mk>
|