pkgsrc/multimedia/win32-codecs/Makefile
jlam 9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00

41 lines
1.2 KiB
Makefile

# $NetBSD: Makefile,v 1.20 2006/03/04 21:30:16 jlam Exp $
#
DISTNAME= windows-all-20050412
PKGNAME= win32-codecs-050412
PKGREVISION= 1
CATEGORIES= multimedia
MASTER_SITES= http://www4.mplayerhq.hu/MPlayer/releases/codecs/ \
http://ftp5.mplayerhq.hu/mplayer/releases/codecs/ \
ftp://ftp2.mplayerhq.hu/MPlayer/releases/codecs/ \
http://www1.mplayerhq.hu/MPlayer/releases/codecs/ \
ftp://ftp5.mplayerhq.hu/mplayer/releases/codecs/
EXTRACT_SUFX= .zip
DISTFILES+= ${DISTNAME}${EXTRACT_SUFX}
DISTFILES+= qtextras-20041107.tar.bz2
DISTFILES+= rp9codecs-win32-20050115.tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://mplayerhq.hu/MPlayer/releases/codecs/
COMMENT= Huge compilation of Win32 binary codecs
USE_LANGUAGES= # empty
ONLY_FOR_PLATFORM= *-*-i386
NO_BUILD= yes
NO_CONFIGURE= 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/win32
${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/* ${PREFIX}/lib/win32
${INSTALL_DATA} ${WRKDIR}/qtextras-20041107/* ${PREFIX}/lib/win32
${INSTALL_DATA} ${WRKDIR}/rp9codecs-win32-20050115/*.dll ${PREFIX}/lib/win32
.include "../../mk/bsd.pkg.mk"