# New ports collection makefile for: screen # Date created: 25 Nov 1994 # Whom: ache # # $FreeBSD$ # PORTNAME= screen PORTVERSION= 3.9.15 CATEGORIES= misc MASTER_SITES= ftp://ftp.uni-erlangen.de/pub/utilities/screen/ \ ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= screen MAINTAINER= cy@FreeBSD.org COMMENT= A multi-screen window manager GNU_CONFIGURE= yes MAN1= screen.1 post-patch: @${RM} ${WRKSRC}/doc/screen.info* post-install: @${CP} ${WRKSRC}/etc/etcscreenrc ${PREFIX}/etc/screenrc.sample @if [ ! -f ${PREFIX}/etc/screenrc ]; then \ ${CP} ${PREFIX}/etc/screenrc.sample ${PREFIX}/etc/screenrc ; \ fi .include ' href='https://www.csie.ntu.edu.tw/~b01902062/git/gsoc2013-evolution' title='gsoc2013-evolution Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagGNOME_VFS_2_8_1nobody2003-12-092432-1901098/+0
| | | | | | 'GNOME_VFS_2_8_1'. svn path=/tags/GNOME_VFS_2_8_1/; revision=23809
* Release 0.30.0Carlos Garnacho Parro2003-12-091-0/+4
| | | | | | | | 2003-12-09 Carlos Garnacho Parro <garnacho@tuxerver.net> * Release 0.30.0 svn path=/trunk/; revision=23681
* Revert the s/is_/camel_mime_is_/ changes or we get really long variableJeffrey Stedfast2003-12-092-20/+28
| | | | | | | | | | | | 2003-12-08 Jeffrey Stedfast <fejj@ximian.com> * camel-mime-utils.c (header_decode_rfc2184_param): Revert the s/is_/camel_mime_is_/ changes or we get really long variable names. (header_decode_param): Same. (header_decode_param_list): Here too. svn path=/trunk/; revision=23680
* shortcut when cal_view is NULL. Change an action name. add check for eventBolian Yin2003-12-09