6312a2dacf
This is a huge compilation of Win32 binary codecs.
32 lines
792 B
Makefile
32 lines
792 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2002/01/23 04:04:55 kevlo Exp $
|
|
|
|
ONLY_FOR_ARCHS= i386
|
|
RESTRICTED= "Unsure of codec's license"
|
|
|
|
COMMENT= "Huge compilation of Win32 binary codecs"
|
|
|
|
VERSION= 0.60
|
|
DISTNAME= w32codec-${VERSION}
|
|
PKGNAME= win32-codecs-${VERSION}
|
|
CATEGORIES= graphics
|
|
NEED_VERSION= 1.504
|
|
|
|
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= "Unsure of codec's license"
|
|
PERMIT_PACKAGE_FTP= "Unsure of codec's license"
|
|
PERMIT_DISTFILES_CDROM= "Unsure of codec's license"
|
|
PERMIT_DISTFILES_FTP= "Unsure of codec's license"
|
|
|
|
MASTER_SITES= http://ernie.eit.uni-kl.de/avifile/ \
|
|
ftp://mplayerhq.hu/MPlayer/releases/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
NO_BUILD= Yes
|
|
|
|
do-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/lib/win32
|
|
cp ${WRKSRC}/* ${PREFIX}/lib/win32
|
|
|
|
.include <bsd.port.mk>
|