50 lines
1.3 KiB
Makefile
50 lines
1.3 KiB
Makefile
# $NetBSD: Makefile,v 1.24 2009/12/07 23:56:52 thomasklausner Exp $
|
|
|
|
DISTNAME= scummvm-${SCM_VER}
|
|
CATEGORIES= games
|
|
|
|
OWNER= dillo@NetBSD.org
|
|
HOMEPAGE= http://scummvm.sourceforge.net/
|
|
COMMENT= LucasArts Script Creation Utility for Maniac Mansion
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
NO_SRC_ON_FTP= # changes daily
|
|
NO_SRC_ON_CDROM=# changes daily
|
|
USE_TOOLS+= gmake perl
|
|
USE_LANGUAGES= c c++
|
|
HAS_CONFIGURE= yes
|
|
CONFIGURE_ARGS+=--prefix=${LOCALBASE}
|
|
CONFIGURE_ARGS+=--mandir=${LOCALBASE}/${PKGMANDIR}
|
|
WRKSRC= ${WRKDIR}/scummvm
|
|
|
|
.include "options.mk"
|
|
|
|
SVN_REPOSITORIES= scummvm
|
|
SVN_TAG= {${SCM_TAG}}
|
|
SVN_CERTS= files/dbd39a6ed632407eb1510e5009956117
|
|
SVN_ROOT.scummvm= https://scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/trunk
|
|
SVN_MODULE.scummvm= scummvm
|
|
|
|
.include "../../wip/mk/svn-package.mk"
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
.if ${MACHINE_ARCH} == i386
|
|
BUILD_DEPENDS+= nasm-[0-9]*:../../devel/nasm
|
|
.endif
|
|
|
|
YESTERDAY!= expr `date +%s` - 86399
|
|
SCM_VER!= ${DATE} -r ${YESTERDAY} +%Y%m%d
|
|
SCM_TAG!= ${DATE} +%Y%m%d
|
|
|
|
BUILDLINK_API_DEPENDS.zlib+= zlib>=1.2.0.4
|
|
|
|
.include "../../audio/flac/buildlink3.mk"
|
|
.include "../../audio/fluidsynth/buildlink3.mk"
|
|
.include "../../audio/libmad/buildlink3.mk"
|
|
.include "../../audio/libvorbis/buildlink3.mk"
|
|
.include "../../devel/SDL/buildlink3.mk"
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|