summaryrefslogtreecommitdiff
path: root/graphics/realplayer-codecs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/realplayer-codecs/Makefile')
-rw-r--r--graphics/realplayer-codecs/Makefile27
1 files changed, 12 insertions, 15 deletions
diff --git a/graphics/realplayer-codecs/Makefile b/graphics/realplayer-codecs/Makefile
index dc3f20235b1..a3544ba8948 100644
--- a/graphics/realplayer-codecs/Makefile
+++ b/graphics/realplayer-codecs/Makefile
@@ -1,15 +1,21 @@
-# $NetBSD: Makefile,v 1.2 2003/04/01 08:07:41 mrg Exp $
+# $NetBSD: Makefile,v 1.3 2003/04/03 17:01:37 salo Exp $
#
DISTNAME= rp8codecs${RP_ARCH}
PKGNAME= realplayer-codecs-8
+PKGREVISION= 1
CATEGORIES= graphics
-MASTER_SITES= ftp://mplayerhq.hu/MPlayer/releases/
+MASTER_SITES= ftp://mplayerhq.hu/MPlayer/releases/codecs/
EXTRACT_SUFX= .tar.bz2
-DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://mplayerhq.hu/MPlayer/releases/codecs/
+COMMENT= RealPlayer 8 shared libraries, primary for use with MPlayer
CONFLICTS= realplayer-*
+ONLY_FOR_PLATFORM= *-*-i386 *-*-powerpc *-*-alpha
+
.if ${MACHINE_ARCH} == "i386"
RP_ARCH=
.elif ${MACHINE_ARCH} == "powerpc"
@@ -18,25 +24,16 @@ RP_ARCH= -ppc
RP_ARCH= -alpha
.endif
-MAINTAINER= packages@netbsd.org
-COMMENT= RealPlayer 8 shared libraries, primary for use with MPlayer
-
-USE_BUILDLINK2= yes
-NO_BUILD= yes
+NO_BUILD= YES
-ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-powerpc NetBSD-*-alpha
-
-RESTRICTED= "Unsure of codec's license"
+RESTRICTED= "Unsure of codec's license"
NO_BIN_ON_CDROM=${RESTRICTED}
-NO_BIN_ON_FTP= ${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
-.if ${MACHINE_ARCH} == "powerpc"
- ${LN} -s /usr/lib/libc.so /usr/pkg/lib/libc.so.6
-.endif
.include "../../mk/bsd.pkg.mk"