7bba6810f3
ok pvalchev@
31 lines
752 B
Makefile
31 lines
752 B
Makefile
# $OpenBSD: Makefile,v 1.6 2004/01/25 20:30:28 biorn Exp $
|
|
|
|
COMMENT= "maze game resembling boulderdash"
|
|
DISTNAME= rocksndiamonds-3.0.8
|
|
CATEGORIES= games x11
|
|
MASTER_SITES= http://www.artsoft.org/RELEASES/unix/rocksndiamonds/
|
|
|
|
HOMEPAGE= http://www.artsoft.org/rocksndiamonds/
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
LIB_DEPENDS= SDL_mixer::devel/sdl-mixer \
|
|
SDL_image::devel/sdl-image
|
|
|
|
NO_REGRESS= Yes
|
|
USE_GMAKE= Yes
|
|
USE_X11= Yes
|
|
|
|
N=rocksndiamonds
|
|
do-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/bin
|
|
${INSTALL_PROGRAM} ${WRKSRC}/${N} ${PREFIX}/bin
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/${N}
|
|
@cp -R ${WRKSRC}/{graphics,levels,music,sounds} ${PREFIX}/share/${N}
|
|
|
|
.include <bsd.port.mk>
|