15 lines
403 B
Makefile
15 lines
403 B
Makefile
# New ports collection makefile for: screen
|
|
# Version required: 3.5.18beta
|
|
# Date created: 25 Nov 1994
|
|
# Whom: ache
|
|
#
|
|
# $Id: Makefile,v 1.3 1994/12/11 23:58:15 ache Exp $
|
|
#
|
|
|
|
DISTNAME= screen-3.5.18beta
|
|
NCFTPFLAGS= -PN
|
|
MASTER_SITES= ftp://ftp.uni-erlangen.de/pub/utilities/screen/
|
|
GNU_CONFIGURE= YES
|
|
WRKSRC= ${WRKDIR}/screen-3.5.18
|
|
|
|
.include <bsd.port.mk>
|