summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1999-09-20 00:52:34 +0000
committertron <tron@pkgsrc.org>1999-09-20 00:52:34 +0000
commit61dadfb0b3d3c6d1fe98a52dc107d18ce1831fc4 (patch)
treea36a3034de6aad5165fb3206298876364b754403 /graphics
parent41c6e8b1dd74afc90da31367daf405b6ce21e29f (diff)
downloadpkgsrc-61dadfb0b3d3c6d1fe98a52dc107d18ce1831fc4.tar.gz
Adjust for update of SuSE Linux emulation packages.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/mtv/Makefile26
1 files changed, 7 insertions, 19 deletions
diff --git a/graphics/mtv/Makefile b/graphics/mtv/Makefile
index 777c3e5e453..26a57d3d1d5 100644
--- a/graphics/mtv/Makefile
+++ b/graphics/mtv/Makefile
@@ -1,42 +1,30 @@
-# $NetBSD: Makefile,v 1.6 1999/07/16 22:37:19 tron Exp $
+# $NetBSD: Makefile,v 1.7 1999/09/20 00:52:34 tron Exp $
DISTNAME= mtv-1.0.9.10
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.mpegtv.com/pub/mpeg/mpegtv/player/x86-unknown-linux-glibc/packages/RPMS/ \
ftp://ftp.mpeg.org/pub/mpeg/mpegtv/player/x86-unknown-linux-glibc/packages/RPMS/
DISTFILES= ${DISTNAME}-1.i386.rpm SDL-0.9.9-5.i386.rpm
-ONLY_FOR_PLATFORM= NetBSD-1.4[G-Z]-i386 NetBSD-1.[5-9]*-i386
+ONLY_FOR_PLATFORM= NetBSD-1.4[K-Z]-i386 NetBSD-1.[5-9]*-i386
MAINTAINER= tron@netbsd.org
HOMEPAGE= http://www.mpegtv.com/
-DEPENDS= suse_xforms-6.1:../../emulators/suse_xforms
+DEPENDS= suse_xforms-6.1p1:../../emulators/suse_xforms
DIST_SUBDIR= mtv
LICENSE= fee-based-commercial-use
+MANCOMPRESSED=
EXTRACT_ONLY= # empty
NO_BUILD= yes
-NO_PATCH= yes
-NO_CONFIGURE= yes
-NO_WRKSUBDIR= yes
PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC
-EMULSUBDIR= emul/linux
-EMULDIR= ${PREFIX}/${EMULSUBDIR}
-SBINDIR= ${PREFIX}/sbin
+RPMFILES= ${DISTFILES}
-do-install:
- @${CP} ${PKGDIR}/PLIST ${PLIST_SRC}
+post-install:
.for FILE in mtv mtvp
${LN} -fs ../${EMULSUBDIR}/usr/X11R6/bin/${FILE} ${PREFIX}/bin
.endfor
- cd ${_DISTDIR} && \
- ${SBINDIR}/rpm2pkg ${DISTFILES} >>${PLIST_SRC}
- @${ECHO} "@exec %D/${EMULSUBDIR}/sbin/ldconfig -r %D/${EMULSUBDIR}" >>${PLIST_SRC}
- ${EMULDIR}/sbin/ldconfig -r ${EMULDIR} || ${TRUE}
-show-shlib-type:
- @${ECHO} linux-${MACHINE_ARCH}
-
-.include "../../mk/bsd.pkg.mk"
+.include "../../emulators/suse_linux/suse.mk"