1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/graphics/win32-codecs/Makefile
Mario Sergio Fujikawa Ferreira 105055cfcc Initial revision of this port. It will now have a history of its own. :)
Remove all non-codec related information.

Also, add audio as a secondary category since the codecs cover
video as well as audio only types.

PR:		25035
Reviewed by:	sobomax
Approved by:	maintainer
2001-02-13 03:05:49 +00:00

40 lines
911 B
Makefile

# New ports collection makefile for: avifile
# Date created: 16 September 2000
# Whom: Holger Lamm
#
# $FreeBSD$
#
PORTNAME= win32-codecs
PORTVERSION= ${CODEC_VERSION}
CATEGORIES= graphics audio
MASTER_SITES= http://ernie.eit.uni-kl.de/avifile/ \
http://divx.euro.ru/ \
http://www.toon.eu.org/divx/
DISTFILES= binaries-${CODEC_VERSION}.zip \
wmvds32.ax.gz
EXTRACT_ONLY= binaries-${CODEC_VERSION}.zip
MAINTAINER= holger@eit.uni-kl.de
RESTRICTED= Unsure of codec\'s license
ONLY_FOR_ARCHS= i386
USE_ZIP= yes
NO_BUILD= yes
NO_WRKSUBDIR= yes
CODEC_VERSION= 010122
# Used by other ports to detect if this is installed
CODEC_DETECTION_FILE= ${LOCALBASE}/lib/win32/wmvds32.ax
post-extract:
@${GZCAT} ${DISTDIR}/wmvds32.ax.gz > ${WRKDIR}/wmvds32.ax
do-install:
@${MKDIR} ${PREFIX}/lib/win32
@${CHMOD} 0555 ${PREFIX}/lib/win32
@${INSTALL_DATA} ${WRKDIR}/* ${PREFIX}/lib/win32
.include <bsd.port.mk>