aboutsummaryrefslogtreecommitdiff
path: root/games/sl
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2003-09-29 04:42:38 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2003-09-29 04:42:38 +0000
commita2a5b22e44588d933a2c79ef8a6dfacc252f9a1a (patch)
treea4a6ea646b72497a67fcf3b9ccfaa8d3e499cfe0 /games/sl
parent02c041ddac5394c1d284e27eda50f602e3b59802 (diff)
downloadports-a2a5b22e44588d933a2c79ef8a6dfacc252f9a1a.tar.gz
ports-a2a5b22e44588d933a2c79ef8a6dfacc252f9a1a.zip
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)
Notes
Notes: svn path=/head/; revision=89742
Diffstat (limited to 'games/sl')
-rw-r--r--games/sl/Makefile20
-rw-r--r--games/sl/distinfo1
-rw-r--r--games/sl/pkg-plist6
3 files changed, 23 insertions, 4 deletions
diff --git a/games/sl/Makefile b/games/sl/Makefile
index ad989bf2cfef..6a481eb4d1ea 100644
--- a/games/sl/Makefile
+++ b/games/sl/Makefile
@@ -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
diff --git a/games/sl/distinfo b/games/sl/distinfo
index 8a91ff01d512..9861a4928af3 100644
--- a/games/sl/distinfo
+++ b/games/sl/distinfo
@@ -1 +1,2 @@
MD5 (sl.tar) = cc06b159f78f86bfd2d4e0e16330fbae
+MD5 (sl5-1.patch) = 97a346188edb4d048021a1e1699fee77
diff --git a/games/sl/pkg-plist b/games/sl/pkg-plist
index 27c3902afc17..ab1fac924e83 100644
--- a/games/sl/pkg-plist
+++ b/games/sl/pkg-plist
@@ -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%%