32 lines
585 B
Makefile
Raw Normal View History

2010-11-08 15:54:53 +00:00
# $OpenBSD: Makefile,v 1.5 2010/11/08 15:54:54 espie Exp $
2008-10-30 23:08:31 +00:00
COMMENT = Komi the Space Frog
2008-10-30 23:08:31 +00:00
DISTNAME = komi-1.04
2010-11-08 15:54:53 +00:00
REVISION = 1
2008-10-30 23:08:31 +00:00
CATEGORIES = games
2008-10-30 23:08:31 +00:00
HOMEPAGE = http://komi.sourceforge.net/
2008-10-30 23:08:31 +00:00
MAINTAINER = Antoine Jacoutot <ajacoutot@openbsd.org>
# GPLv2
2008-10-30 23:08:31 +00:00
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
2008-10-30 23:08:31 +00:00
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=komi/}
2010-11-08 15:54:53 +00:00
WANTLIB = SDL c pthread SDL_mixer.>=3
2010-11-08 15:54:53 +00:00
LIB_DEPENDS = ::devel/sdl-mixer
2010-10-18 18:00:15 +00:00
USE_GROFF = Yes
2008-10-30 23:08:31 +00:00
NO_REGRESS = Yes
pre-configure:
${SUBST_CMD} ${WRKSRC}/Makefile
.include <bsd.port.mk>