a8ddb9a348
prodded by espie@ discussed with espie@ sthen@ landry@
31 lines
660 B
Makefile
31 lines
660 B
Makefile
# $OpenBSD: Makefile,v 1.4 2009/12/22 16:28:00 ajacoutot Exp $
|
|
|
|
COMMENT= clone of the classic Frog Bog game
|
|
|
|
DISTNAME= batrachians-0.1.2
|
|
PKGNAME= ${DISTNAME}p1
|
|
CATEGORIES= games
|
|
|
|
HOMEPAGE= http://sarrazip.com/dev/batrachians.html
|
|
|
|
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= http://sarrazip.com/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.>=1.0::devel/flatzebra
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
.include <bsd.port.mk>
|