mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
25 lines
473 B
Makefile
25 lines
473 B
Makefile
# New ports collection makefile for: screen
|
|
# Date created: 25 Nov 1994
|
|
# Whom: ache
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= screen
|
|
PORTVERSION= 3.9.8
|
|
PORTREVISION= 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>
|