freebsd-ports/multimedia/linux-divx4linux/Makefile
Mario Sergio Fujikawa Ferreira 2066ce5789 o DiVX 4 can be found at repo copied divx4linux4
o Update to DiVX 5.0 snapshot 20020304: it's decoder only now
2002-04-22 22:32:04 +00:00

48 lines
1.1 KiB
Makefile

# New ports collection makefile for: divx4linux
# Date created: Mon Sep 24 15:40:14 BRT 2001
# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= divx4linux
PORTVERSION= 5.0.${RELEASE_DATE}
CATEGORIES= graphics linux
MASTER_SITES= http://download.divx.com/divx/
DISTNAME= ${PORTNAME}50-${RELEASE_DATE}
EXTRACT_SUFX= .tgz
MAINTAINER= lioux@FreeBSD.org
RESTRICTED= unsure of licensing issues
ONLY_FOR_ARCHS= i386
USE_LINUX_PREFIX= yes
WRKSRC= ${WRKDIR}/${DISTNAME:S/50-/-/}
NO_BUILD= yes
PLIST_SUB= PKGNAME="${PKGNAME}"
RELEASE_DATE= 20020304
post-patch:
.for ext in linux txt
@${PERL} -pi -e "s/
//" ${WRKSRC}/*.${ext}
.endfor
do-install:
.ifndef(NOPORTDOCS)
@${MKDIR} ${PREFIX}/usr/doc/${PKGNAME}
.for ext in linux txt
@${INSTALL_DATA} ${WRKSRC}/*.${ext} ${PREFIX}/usr/doc/${PKGNAME}
.endfor
.endif
# Header file installation
@${MKDIR} ${PREFIX}/usr/include/divx
@${INSTALL_DATA} ${WRKSRC}/*.h ${PREFIX}/usr/include/divx
# Library installation
@${INSTALL_DATA} ${WRKSRC}/*.so ${PREFIX}/usr/lib
@${LINUXBASE}/sbin/ldconfig
.include <bsd.port.mk>