55 lines
1.6 KiB
Makefile
55 lines
1.6 KiB
Makefile
# $NetBSD: Makefile,v 1.6 2005/06/25 16:57:05 salo Exp $
|
|
#
|
|
|
|
DISTNAME= RealPlayer10GOLD
|
|
PKGNAME= RealPlayerGold-10.0.5
|
|
CATEGORIES= multimedia
|
|
MASTER_SITES= http://forms.real.com/real/player/download.html?f=unix/
|
|
EXTRACT_SUFX= .rpm
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://www.real.com/linux/
|
|
COMMENT= Real Audio and Video Player
|
|
|
|
RPMFILES= ${DISTNAME}${EXTRACT_SUFX}
|
|
RPM2PKGARGS= -d ${PREFIX} -f ${PLIST_SRC} -p ${REALPLAYER_SUBDIR} -s3
|
|
RPM2PKGSTRIP= 3
|
|
EXTRACT_ONLY= # empty
|
|
PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC
|
|
DIST_SUBDIR= ${PKGNAME_NOREV}
|
|
|
|
.include "../../emulators/suse_linux/Makefile.application"
|
|
|
|
.if ${OPSYS} != "Linux"
|
|
DEPENDS+= suse_base>=9.1:../../emulators/suse91_base
|
|
DEPENDS+= suse_fontconfig>=9.1:../../emulators/suse91_fontconfig
|
|
DEPENDS+= suse_freetype2>=9.1:../../emulators/suse91_freetype2
|
|
DEPENDS+= suse_x11>=9.1:../../emulators/suse91_x11
|
|
DEPENDS+= suse_gtk2>=9.1:../../emulators/suse91_gtk2
|
|
.endif
|
|
|
|
REALPLAYER_SUBDIR= lib
|
|
REALPLAYER_HOME= ${PREFIX}/${REALPLAYER_SUBDIR}/RealPlayer
|
|
|
|
RESTRICTED= "Redistribution not permitted"
|
|
NO_SRC_ON_FTP= ${RESTRICTED}
|
|
NO_SRC_ON_CDROM= ${RESTRICTED}
|
|
NO_BIN_ON_FTP= ${RESTRICTED}
|
|
NO_BIN_ON_CDROM= ${RESTRICTED}
|
|
|
|
ONLY_FOR_PLATFORM= *-*-i386
|
|
|
|
.include "../../mk/x11.buildlink3.mk"
|
|
|
|
do-build:
|
|
${SED} -e 's|@REALPLAYER_HOME@|${REALPLAYER_HOME}|g' \
|
|
${FILESDIR}/realplay.sh > ${WRKDIR}/realplayergold
|
|
|
|
post-install:
|
|
${INSTALL_SCRIPT} ${WRKDIR}/realplayergold ${PREFIX}/bin
|
|
${ECHO} bin/realplayergold >> ${PLIST_SRC}
|
|
${SED} -e 's|/bin/true|${TRUE}|g' < ${REALPLAYER_HOME}/realplay \
|
|
> ${WRKDIR}/realplay
|
|
${INSTALL_SCRIPT} ${WRKDIR}/realplay ${REALPLAYER_HOME}
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|