sthen 00df6bbcb5 add a build dep to avoid wasting time packaging on arch where
these aren't useful as scummvm doesn't build
2013-05-14 09:57:27 +00:00

32 lines
751 B
Makefile

# $OpenBSD: Makefile,v 1.13 2013/05/14 09:57:27 sthen Exp $
PKG_ARCH= *
COMMENT= Beneath A Steel Sky
DISTNAME= bass-cd-1.2
REVISION= 0
PKGNAME= ${DISTNAME:S/cd-//}
EXTRACT_SUFX= .zip
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scummvm/}
MAINTAINER= Jonathan Gray <jsg@openbsd.org>
# Conditional
PERMIT_PACKAGE_CDROM= Yes
NO_BUILD= Yes
NO_TEST= Yes
RUN_DEPENDS= games/scummvm>=0.5.1
# don't waste time building on arch where scummvm doesn't build
BUILD_DEPENDS= ${RUN_DEPENDS}
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/bass
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/bass
${INSTALL_DATA} ${WRKSRC}/sky.{dnr,dsk,cpt} ${PREFIX}/share/bass
${INSTALL_DATA} ${WRKSRC}/readme.txt ${PREFIX}/share/doc/bass
.include <bsd.port.mk>