jsg 99dc67e17f equate powerpc with ppc and amd64 with x86_64 for alignment checks
based on diffs to the scummvm port from Donovan Watteau
ok bentley@
2014-12-01 07:47:35 +00:00

35 lines
700 B
Makefile

# $OpenBSD: Makefile,v 1.2 2014/12/01 07:47:35 jsg Exp $
COMMENT = interpreter for some LucasArts 3D games
V = 0.1.1
REVISION = 0
DISTNAME = residualvm-${V}-sources
PKGNAME = residualvm-${V}
CATEGORIES = games
HOMEPAGE = http://residualvm.org/
# GPLv2+
PERMIT_PACKAGE_CDROM = Yes
WANTLIB += GL GLU SDL c freetype m pthread stdc++ z
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=residualvm/}
LIB_DEPENDS = devel/sdl
USE_GMAKE = Yes
CONFIGURE_STYLE = simple
CONFIGURE_ARGS += --enable-verbose-build \
--mandir=${PREFIX}/man
CONFIGURE_ENV = CPPFLAGS="-I${X11BASE}/include" \
LDFLAGS="-L${X11BASE}/lib"
NO_TEST = Yes
WRKDIST = ${WRKDIR}/residualvm-${V}
.include <bsd.port.mk>