28 lines
568 B
Makefile
Raw Normal View History

2011-07-08 22:38:31 +00:00
# $OpenBSD: Makefile,v 1.11 2011/07/08 22:38:31 ajacoutot Exp $
COMMENT= clone of the classic Frog Bog game
2011-07-08 22:38:31 +00:00
DISTNAME= batrachians-0.1.5
CATEGORIES= games
HOMEPAGE= http://sarrazip.com/dev/batrachians.html
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://sarrazip.com/dev/
2010-11-16 11:23:25 +00:00
WANTLIB= SDL SDL_image SDL_mixer c m pthread stdc++ flatzebra-0.1>=1
2010-10-18 18:00:15 +00:00
USE_GROFF = Yes
2010-11-16 11:23:25 +00:00
RUN_DEPENDS= devel/desktop-file-utils
2011-07-08 22:38:31 +00:00
LIB_DEPENDS= devel/flatzebra>=0.1.5
CONFIGURE_STYLE=gnu
.include <bsd.port.mk>