diff options
-rw-r--r-- | games/Makefile | 1 | ||||
-rw-r--r-- | games/dangen/Makefile | 38 | ||||
-rw-r--r-- | games/dangen/distinfo | 3 | ||||
-rw-r--r-- | games/dangen/pkg-descr | 7 | ||||
-rw-r--r-- | games/dangen/pkg-plist | 4 |
5 files changed, 53 insertions, 0 deletions
diff --git a/games/Makefile b/games/Makefile index 7e2917f..836e50a 100644 --- a/games/Makefile +++ b/games/Makefile @@ -126,6 +126,7 @@ SUBDIR += cursive SUBDIR += d2x SUBDIR += daimonin-client + SUBDIR += dangen SUBDIR += dangerdeep SUBDIR += darkplaces SUBDIR += deal diff --git a/games/dangen/Makefile b/games/dangen/Makefile new file mode 100644 index 0000000..103e1a7 --- /dev/null +++ b/games/dangen/Makefile @@ -0,0 +1,38 @@ +# New ports collection makefile for: dangen +# Date created: 25 Aug 2006 +# Whom: Dmitry Marakasov <amdmi3@mail.ru> +# +# $FreeBSD$ +# + +PORTNAME= dangen +PORTVERSION= 0.3 +CATEGORIES= games +MASTER_SITES= http://www.interq.or.jp/libra/oohara/dangen/ + +MAINTAINER= amdmi3@mail.ru +COMMENT= Shoot'em up game where accurate shooting matters + +GNU_CONFIGURE= yes +USE_GMAKE= yes +USE_SDL= sdl image + +PORTDOCS= README + +MAN6= dangen.6 + +post-patch: + @${REINPLACE_CMD} -e 's|sdl-config|${SDL_CONFIG}|' ${WRKSRC}/Makefile.in \ + ${WRKSRC}/libtenm/Makefile.in ${WRKSRC}/spqr/Makefile.in + @${REINPLACE_CMD} -e 's|$$(datadir)/games/|$$(datadir)/|' ${WRKSRC}/spqr/image/Makefile.in + @${REINPLACE_CMD} -e 's|/games||' ${WRKSRC}/util.c + +.if !defined(NOPORTDOCS) +post-install: + ${MKDIR} ${DOCSDIR} +.for f in ${PORTDOCS} + ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} +.endfor +.endif + +.include <bsd.port.mk> diff --git a/games/dangen/distinfo b/games/dangen/distinfo new file mode 100644 index 0000000..1c38562 --- /dev/null +++ b/games/dangen/distinfo @@ -0,0 +1,3 @@ +MD5 (dangen-0.3.tar.gz) = 38816ad4d1122c979f6fb81a7747a3ab +SHA256 (dangen-0.3.tar.gz) = d7f8b5dd1c36a7d70be8b4d824e34112b440fe75b2832be9808b91e4ebec13d5 +SIZE (dangen-0.3.tar.gz) = 337951 diff --git a/games/dangen/pkg-descr b/games/dangen/pkg-descr new file mode 100644 index 0000000..264702b --- /dev/null +++ b/games/dangen/pkg-descr @@ -0,0 +1,7 @@ +Dangen is a shoot 'em up game that attach importance to accuracy +of shooting. With the combination of the cursor key and the shot +button, you can shoot at your side or even at your back. Get the +bonus point by hitting the enemy without a miss. You can choose +stages of different difficulty. + +WWW: http://www.interq.or.jp/libra/oohara/dangen/index.html diff --git a/games/dangen/pkg-plist b/games/dangen/pkg-plist new file mode 100644 index 0000000..70e9181 --- /dev/null +++ b/games/dangen/pkg-plist @@ -0,0 +1,4 @@ +bin/dangen +%%DATADIR%%/image/font.png +@dirrm %%DATADIR%%/image +@dirrm %%DATADIR%% |