summaryrefslogtreecommitdiff
path: root/devel/smpeg/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/smpeg/Makefile')
-rw-r--r--devel/smpeg/Makefile36
1 files changed, 0 insertions, 36 deletions
diff --git a/devel/smpeg/Makefile b/devel/smpeg/Makefile
deleted file mode 100644
index 0bef1abb9e0..00000000000
--- a/devel/smpeg/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# $NetBSD: Makefile,v 1.26 2004/06/15 14:03:36 grant Exp $
-#
-
-DISTNAME= smpeg-0.4.4
-PKGREVISION= 6
-CATEGORIES= devel
-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_BUILDLINK3= yes
-USE_GNU_TOOLS+= make
-GNU_CONFIGURE= yes
-USE_GCC_SHLIB= yes
-USE_LANGUAGES= c c++
-USE_X11= yes
-USE_LIBTOOL= yes
-
-.include "../../mk/compiler.mk"
-
-.if !empty(CC_VERSION:MSun)
-LIBS.SunOS+= -lCrun
-.endif
-
-CPPFLAGS+= -Dunix=1
-
-.include "../../devel/SDL/buildlink3.mk"
-.include "../../graphics/glu/buildlink3.mk"
-.include "../../x11/gtk/buildlink3.mk"
-
-.include "../../mk/bsd.pkg.mk"