# $NetBSD: Makefile,v 1.14 2006/02/05 23:10:18 joerg Exp $ # DISTNAME= smpeg-0.4.4 PKGREVISION= 12 CATEGORIES= devel multimedia MASTER_SITES= ftp://sunsite.auc.dk/pub/os/linux/loki/open-source/smpeg/ \ ftp://ftp.linuxgames.com/loki/open-source/smpeg/ MAINTAINER= wulf@NetBSD.org HOMEPAGE= http://www.lokigames.com/development/smpeg.php3 COMMENT= SDL MPEG Player Library PKG_INSTALLATION_TYPES= overwrite pkgviews USE_TOOLS+= gmake GNU_CONFIGURE= yes USE_LANGUAGES+= c++ USE_LIBTOOL= yes CPPFLAGS+= -Dunix=1 # smpeg sources (glmovie.c & glmovie-tile.c) assume exists. # Create a fake one for platforms that don't have it. # post-wrapper: if ${TEST} ! -f /usr/include/malloc.h; then \ ${ECHO} "#include " \ > ${BUILDLINK_DIR}/include/malloc.h; \ fi .if ${MACHINE_ARCH} == "i386" CONFIGURE_ARGS+= --enable-mmx .endif .include "options.mk" .include "../../devel/SDL/buildlink3.mk" .include "../../mk/bsd.pkg.mk"