summaryrefslogtreecommitdiff
path: root/multimedia/realplayer-codecs/Makefile
diff options
context:
space:
mode:
authorjmmv <jmmv>2004-01-26 12:04:15 +0000
committerjmmv <jmmv>2004-01-26 12:04:15 +0000
commitc713f97829b4c75f48f38686370e8f6ccd3a49d0 (patch)
treead06a8d714375f090f81fd85c966462c8a650fe5 /multimedia/realplayer-codecs/Makefile
parentfbdba3adf0f282697a7d2e5cff3eadf1b9f79fd9 (diff)
downloadpkgsrc-c713f97829b4c75f48f38686370e8f6ccd3a49d0.tar.gz
Move realplayer-codecs to the multimedia category (coming from graphics).
This is version 8nb2.
Diffstat (limited to 'multimedia/realplayer-codecs/Makefile')
-rw-r--r--multimedia/realplayer-codecs/Makefile37
1 files changed, 37 insertions, 0 deletions
diff --git a/multimedia/realplayer-codecs/Makefile b/multimedia/realplayer-codecs/Makefile
new file mode 100644
index 00000000000..2e93682c4b8
--- /dev/null
+++ b/multimedia/realplayer-codecs/Makefile
@@ -0,0 +1,37 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/01/26 12:04:15 jmmv Exp $
+#
+
+DISTNAME= rp8codecs${RP_ARCH}
+PKGNAME= realplayer-codecs-8
+PKGREVISION= 2
+CATEGORIES= multimedia
+MASTER_SITES= ftp://mplayerhq.hu/MPlayer/releases/codecs/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= tech-pkg@NetBSD.org
+HOMEPAGE= http://mplayerhq.hu/MPlayer/releases/codecs/
+COMMENT= RealPlayer 8 shared libraries, primarily for use with MPlayer
+
+ONLY_FOR_PLATFORM= *-*-i386 *-*-powerpc *-*-alpha
+
+.if ${MACHINE_ARCH} == "i386"
+RP_ARCH=
+.elif ${MACHINE_ARCH} == "powerpc"
+RP_ARCH= -ppc
+.elif ${MACHINE_ARCH} == "alpha"
+RP_ARCH= -alpha
+.endif
+
+NO_BUILD= YES
+
+RESTRICTED= "Unsure of codec's license"
+NO_BIN_ON_CDROM=${RESTRICTED}
+NO_BIN_ON_FTP= ${RESTRICTED}
+NO_SRC_ON_CDROM=${RESTRICTED}
+NO_SRC_ON_FTP= ${RESTRICTED}
+
+do-install:
+ ${INSTALL_DATA_DIR} ${PREFIX}/lib/RealPlayer8-Codecs
+ ${INSTALL_DATA} ${WRKSRC}/* ${PREFIX}/lib/RealPlayer8-Codecs
+
+.include "../../mk/bsd.pkg.mk"