aboutsummaryrefslogtreecommitdiff
path: root/games/quit
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2003-08-28 07:50:41 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2003-08-28 07:50:41 +0000
commit6dfae884310305643d29351bd388825b7c7f3c64 (patch)
tree03047fa446e2ca957ce542726d0be3c624aeaba3 /games/quit
parent46eeb2ae55373cb9e1ad1b443a7226879c7812b3 (diff)
downloadports-6dfae884310305643d29351bd388825b7c7f3c64.tar.gz
ports-6dfae884310305643d29351bd388825b7c7f3c64.zip
Notes
Diffstat (limited to 'games/quit')
-rw-r--r--games/quit/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/games/quit/Makefile b/games/quit/Makefile
index e602808d3d90..180e153e59f1 100644
--- a/games/quit/Makefile
+++ b/games/quit/Makefile
@@ -7,17 +7,19 @@
PORTNAME= quit
PORTVERSION= 1.02
-CATEGORIES= games
+CATEGORIES?= games
MASTER_SITES= http://matsu-www.is.titech.ac.jp/~fukuchi/archive/misc/
DISTNAME= ${PORTNAME}
-MAINTAINER= umeno@rr.iij4u.or.jp
+MAINTAINER?= umeno@rr.iij4u.or.jp
COMMENT= A bicycle with trailers like "sl"
-ALL_TARGET= quit
MAN1= quit.1
MANLANG= ja
+do-build:
+ ${CC} ${CFLAGS} ${CPPFLAGS} -o ${WRKSRC}/quit ${WRKSRC}/quit.c -lncurses
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/quit ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/quit.1 ${PREFIX}/man/ja/man1