openbsd-ports/games/amoebax/Makefile

39 lines
776 B
Makefile
Raw Normal View History

2010-11-16 06:23:25 -05:00
# $OpenBSD: Makefile,v 1.6 2010/11/16 11:23:25 espie Exp $
COMMENT= cute and addictive action-puzzle game
DISTNAME= amoebax-0.2.0
2010-11-08 08:51:52 -05:00
REVISION = 0
CATEGORIES= games
EXTRACT_SUFX= .tar.bz2
HOMEPAGE= http://www.emma-soft.com/games/amoebax/
MASTER_SITES= ${HOMEPAGE}download/
MAINTAINER= Simon Bertrang <simon@openbsd.org>
# GPL/LAL
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
2010-11-08 08:51:52 -05:00
WANTLIB= SDL c m pthread stdc++ SDL_image SDL_mixer
2010-11-16 06:23:25 -05:00
LIB_DEPENDS= devel/sdl-image \
devel/sdl-mixer
2010-11-16 06:23:25 -05:00
RUN_DEPENDS= devel/desktop-file-utils
CONFIGURE_STYLE=gnu
2010-10-18 14:00:15 -04:00
USE_GROFF = Yes
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/amoebax
${INSTALL_DATA} ${WRKSRC}/doc/manual.pdf ${PREFIX}/share/doc/amoebax
.include <bsd.port.mk>