summaryrefslogtreecommitdiff
path: root/multimedia/smpeg/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/smpeg/Makefile')
-rw-r--r--multimedia/smpeg/Makefile38
1 files changed, 0 insertions, 38 deletions
diff --git a/multimedia/smpeg/Makefile b/multimedia/smpeg/Makefile
deleted file mode 100644
index 668947d55d4..00000000000
--- a/multimedia/smpeg/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-# $NetBSD: Makefile,v 1.12 2005/09/04 05:20:05 xtraeme Exp $
-#
-
-DISTNAME= smpeg-0.4.4
-PKGREVISION= 10
-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 <malloc.h> exists.
-# Create a fake one for platforms that don't have it.
-#
-post-wrapper:
- if ${TEST} ! -f /usr/include/malloc.h; then \
- ${ECHO} "#include <stdlib.h>" \
- > ${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"