2ecd8f92db
as they are not required. o Install the README as there is no other piece of documentation; heko@iki.fi
37 lines
838 B
Makefile
37 lines
838 B
Makefile
# $OpenBSD: Makefile,v 1.2 2001/07/29 01:43:42 pvalchev Exp $
|
|
|
|
COMMENT= "zombies clone"
|
|
|
|
VERSION= 1.0.0
|
|
DISTNAME= sdlzombies-${VERSION}
|
|
CATEGORIES= games x11
|
|
NEED_VERSION= 1.427
|
|
|
|
HOMEPAGE= http://hocwp.free.fr/sdlzombies.html
|
|
|
|
MAINTAINER= Peter Valchev <pvalchev@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= http://hocwp.free.fr/
|
|
|
|
LIB_DEPENDS= SDL_image.0.0:sdl-image-*:devel/sdl-image \
|
|
SDL_mixer.0.0:sdl-mixer-*:devel/sdl-mixer
|
|
|
|
USE_X11= Yes
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
post-patch:
|
|
@cd ${WRKSRC} && touch aclocal.m4 configure Makefile.in \
|
|
src/Makefile.in data/Makefile.in stamp-h.in
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/sdlzombies
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/sdlzombies/
|
|
|
|
.include <bsd.port.mk>
|