2017-10-23 17:10:49 +00:00

31 lines
632 B
Makefile

# $OpenBSD: Makefile,v 1.17 2017/10/23 17:10:49 sthen Exp $
COMMENT= zombies clone
VERSION= 1.0.0
DISTNAME= sdlzombies-${VERSION}
REVISION = 2
CATEGORIES= games x11
HOMEPAGE= http://hocwp.free.fr/sdlzombies.html
MAINTAINER= Peter Valchev <pvalchev@sightly.net>
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= SDL X11 Xext c m pthread usbhid xcb \
SDL_image SDL_mixer
MASTER_SITES= http://hocwp.free.fr/
LIB_DEPENDS= devel/sdl-image \
devel/sdl-mixer
CONFIGURE_STYLE= gnu
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/sdlzombies
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/sdlzombies/
.include <bsd.port.mk>