openbsd-ports/games/batrachians/Makefile
ajacoutot 8936e495b5 Import batrachians-0.1.1
Batrachians is a clone of the 1982 Frog Bog video game by Mattel
Electronics.
You control a red frog and your goal is to eat more flies and score more
points than the computer's frog, which is gray.  A game lasts three
minutes, during which day becomes night.
2008-10-27 20:42:09 +00:00

32 lines
685 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2008/10/27 20:42:09 ajacoutot Exp $
COMMENT= clone of the classic Frog Bog game
DISTNAME= batrachians-0.1.1
CATEGORIES= games
HOMEPAGE= http://perso.b2b2c.ca/sarrazip/dev/batrachians.html
MAINTAINER= Antoine Jacoutot
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://perso.b2b2c.ca/sarrazip/dev/
WANTLIB= SDL SDL_image SDL_mixer c m pthread stdc++
USE_X11= Yes
RUN_DEPENDS= :desktop-file-utils-*:devel/desktop-file-utils
LIB_DEPENDS= flatzebra-0.1::devel/flatzebra
CONFIGURE_STYLE=gnu
FAKE_FLAGS= docdir=${PREFIX}/share/doc/batrachians
.include <bsd.port.mk>