summaryrefslogtreecommitdiff
path: root/graphics/mencoder/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/mencoder/Makefile')
-rw-r--r--graphics/mencoder/Makefile32
1 files changed, 0 insertions, 32 deletions
diff --git a/graphics/mencoder/Makefile b/graphics/mencoder/Makefile
deleted file mode 100644
index c282ad06012..00000000000
--- a/graphics/mencoder/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# $NetBSD: Makefile,v 1.22 2004/01/26 12:03:33 tron Exp $
-
-PKGNAME= mencoder-${MPLAYER_PKG_VERSION}
-PKGREVISION= 1
-COMMENT= Simple movie encoder for MPlayer-playable movies
-
-.include "../../graphics/mplayer-share/Makefile.common"
-
-USE_BUILDLINK2= # defined
-CONFIGURE_ARGS+= --disable-nas
-CONFIGURE_ARGS+= --confdir=${PREFIX}/share/mplayer
-
-ALL_TARGET= mencoder
-
-MANCOMPRESSED_IF_MANZ= 1
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/mencoder ${PREFIX}/bin
- if [ X"${MANZ}" = X"" ]; then \
- ${LN} -s -f ${PREFIX}/man/man1/mplayer.1 \
- ${PREFIX}/man/man1/mencoder.1; \
- else \
- ${LN} -s -f ${PREFIX}/man/man1/mplayer.1.gz \
- ${PREFIX}/man/man1/mencoder.1.gz; \
- fi
-
-.include "../../graphics/mplayer-share/Makefile.depends"
-
-.include "../../audio/lame/buildlink2.mk"
-
-.include "../../mk/bsd.pkg.mk"
-.include "../../graphics/mplayer-share/Makefile.cflags"