mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
c98cfd116d
PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building.
19 lines
400 B
Makefile
19 lines
400 B
Makefile
# New ports collection makefile for: screen
|
|
# Version required: 3.7.1
|
|
# Date created: 25 Nov 1994
|
|
# Whom: ache
|
|
#
|
|
# $Id: Makefile,v 1.13 1996/11/11 05:50:09 obrien Exp $
|
|
#
|
|
|
|
DISTNAME= screen-3.7.1
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ftp://ftp.uni-erlangen.de/pub/utilities/screen/
|
|
|
|
MAINTAINER= ache@FreeBSD.ORG
|
|
|
|
GNU_CONFIGURE= yes
|
|
MAN1= screen.1
|
|
|
|
.include <bsd.port.mk>
|