mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-03 22:23:24 +00:00
20 lines
421 B
Makefile
20 lines
421 B
Makefile
# New ports collection makefile for: screen
|
|
# Version required: 3.7.2
|
|
# Date created: 25 Nov 1994
|
|
# Whom: ache
|
|
#
|
|
# $Id: Makefile,v 1.15 1996/12/08 16:19:38 ache Exp $
|
|
#
|
|
|
|
DISTNAME= screen-3.7.2
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ftp://ftp.uni-erlangen.de/pub/utilities/screen/ \
|
|
${MASTER_SITE_GNU}
|
|
|
|
MAINTAINER= ache@FreeBSD.ORG
|
|
|
|
GNU_CONFIGURE= yes
|
|
MAN1= screen.1
|
|
|
|
.include <bsd.port.mk>
|