mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
245630cc15
PR: ports/13641 Submitted by: Christian Weisgerber <naddy@unix-ag.uni-kl.de>
24 lines
482 B
Makefile
24 lines
482 B
Makefile
# New ports collection makefile for: screen
|
|
# Version required: 3.9.5
|
|
# Date created: 25 Nov 1994
|
|
# Whom: ache
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= screen-3.9.5
|
|
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
|
|
|
|
post-install:
|
|
@install-info ${PREFIX}/info/screen.info ${PREFIX}/info/dir
|
|
|
|
.include <bsd.port.mk>
|