Persistent Patch with sl5p1.

(@@)   ()        @          O
              (    )
             ====        ________                ________
         _D _|  |_______/        \__I_I_____===__|_______
 -_||_-   |(_)---  |   H\________/ |   |        =|___ ___
  _><_    /     |  |   H  |  |     |   |         ||_| |_|
 -O||X-  |      |  |   H  |__--------------------| [___]
   ||    | ________|___H__/__|_____/[][]~\_______|
   ||    |/ |   |-----------I_____I [][] []  D   |=======
   ||  __/ =| o |=-~~\  /~~\  /~~\  /~~\ ____Y___________
   || ___/-=|___|=    ||    ||    ||    |_____/~\___/
 \&||~|-+-----------------=====O=====O_/      \_/

Requested by:	ume AT Hakone
Approved by:	HIYAMA Takeshi <hym@cocoa.freemail.ne.jp> (maintainer)
This commit is contained in:
Norikatsu Shigemura 2003-09-29 04:42:38 +00:00
parent 02c041ddac
commit a2a5b22e44
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=89742
3 changed files with 23 additions and 4 deletions

View File

@ -6,12 +6,19 @@
#
PORTNAME= sl
PORTVERSION= 3.03
PORTVERSION= 3.03${SLPATCHVERSION}
CATEGORIES= games
MASTER_SITES= http://www.tkl.iis.u-tokyo.ac.jp/~toyoda/sl/
DISTNAME= ${PORTNAME}
EXTRACT_SUFX= .tar
.if defined(WITH_PERSISTENT)
SLPATCHVERSION= -5p1
PATCH_SITES= http://www.linet.gr.jp/~izumi/sl/
PATCHFILES= sl5-1.patch
PATCH_DIST_STRIP= -p1
.endif
MAINTAINER= hym@cocoa.freemail.ne.jp
COMMENT= A steam locomotive runs across the screen if you type "sl" instead of "ls"
@ -21,6 +28,17 @@ ALL_TARGET= sl
MAN1= sl.1
MANLANG= ja
pre-everything::
.if !defined(WITH_PERSISTENT)
@${ECHO_MSG}
@${ECHO_MSG} " If you want to apply additional patch to make sl more annoying,"
@${ECHO_MSG} " hit Ctrl-C right now and use \"make WITH_PERSISTENT=yes\""
@${ECHO_MSG}
.endif
do-build:
@${CC} ${CFLAGS} -I${WRKSRC} -o ${WRKSRC}/sl ${WRKSRC}/sl.c -lcurses -ltermcap
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/sl ${PREFIX}/bin
${MV} ${WRKSRC}/sl.1 ${WRKSRC}/sl.man

View File

@ -1 +1,2 @@
MD5 (sl.tar) = cc06b159f78f86bfd2d4e0e16330fbae
MD5 (sl5-1.patch) = 97a346188edb4d048021a1e1699fee77

View File

@ -1,4 +1,4 @@
bin/sl
share/doc/sl/README
share/doc/sl/sl.txt
@dirrm share/doc/sl
%%DOCSDIR%%/README
%%DOCSDIR%%/sl.txt
@dirrm %%DOCSDIR%%