freebsd-ports/misc/screen/Makefile

24 lines
465 B
Makefile
Raw Normal View History

1994-11-20 18:04:03 +01:00
# New ports collection makefile for: screen
1994-12-02 02:10:29 +01:00
# Date created: 25 Nov 1994
# Whom: ache
1994-11-20 18:04:03 +01:00
#
1999-08-25 09:23:21 +02:00
# $FreeBSD$
1994-11-20 18:04:03 +01:00
#
2000-04-14 10:49:30 +02:00
PORTNAME= screen
PORTVERSION= 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
1994-11-20 18:04:03 +01:00
1997-06-16 08:39:51 +02:00
post-install:
@install-info ${PREFIX}/info/screen.info ${PREFIX}/info/dir
1994-11-20 18:04:03 +01:00
.include <bsd.port.mk>