2008-11-05 04:53:45 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.3 2008/11/05 09:53:45 ajacoutot Exp $
|
2008-10-29 12:53:57 -04:00
|
|
|
|
2008-10-30 19:08:31 -04:00
|
|
|
COMMENT = Komi the Space Frog
|
2008-10-29 12:53:57 -04:00
|
|
|
|
2008-10-30 19:08:31 -04:00
|
|
|
DISTNAME = komi-1.04
|
2008-11-05 04:53:45 -05:00
|
|
|
PKGNAME = ${DISTNAME}p1
|
2008-10-30 19:08:31 -04:00
|
|
|
CATEGORIES = games
|
2008-10-29 12:53:57 -04:00
|
|
|
|
2008-10-30 19:08:31 -04:00
|
|
|
HOMEPAGE = http://komi.sourceforge.net/
|
2008-10-29 12:53:57 -04:00
|
|
|
|
2008-10-30 19:08:31 -04:00
|
|
|
MAINTAINER = Antoine Jacoutot <ajacoutot@openbsd.org>
|
2008-10-29 12:53:57 -04:00
|
|
|
|
|
|
|
# GPLv2
|
2008-10-30 19:08:31 -04:00
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
|
|
PERMIT_DISTFILES_FTP = Yes
|
2008-10-29 12:53:57 -04:00
|
|
|
|
2008-10-30 19:08:31 -04:00
|
|
|
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=komi/}
|
2008-10-29 12:53:57 -04:00
|
|
|
|
2008-10-30 19:08:31 -04:00
|
|
|
WANTLIB = SDL c pthread
|
2008-10-29 12:53:57 -04:00
|
|
|
|
2008-10-30 19:08:31 -04:00
|
|
|
LIB_DEPENDS = SDL_mixer.>=3::devel/sdl-mixer
|
2008-10-29 12:53:57 -04:00
|
|
|
|
2008-10-30 19:08:31 -04:00
|
|
|
NO_REGRESS = Yes
|
2008-10-29 12:53:57 -04:00
|
|
|
|
|
|
|
pre-configure:
|
|
|
|
${SUBST_CMD} ${WRKSRC}/Makefile
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|