diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-08-28 15:50:41 +0800 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-08-28 15:50:41 +0800 |
commit | 6dfae884310305643d29351bd388825b7c7f3c64 (patch) | |
tree | 03047fa446e2ca957ce542726d0be3c624aeaba3 /games | |
parent | 46eeb2ae55373cb9e1ad1b443a7226879c7812b3 (diff) | |
download | freebsd-ports-gnome-6dfae884310305643d29351bd388825b7c7f3c64.tar.gz freebsd-ports-gnome-6dfae884310305643d29351bd388825b7c7f3c64.tar.zst freebsd-ports-gnome-6dfae884310305643d29351bd388825b7c7f3c64.zip |
make master port for japanese/quit.
Diffstat (limited to 'games')
-rw-r--r-- | games/quit/Makefile | 8 |
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 |