summaryrefslogtreecommitdiff
path: root/graphics/divx4linux4/Makefile
blob: d0b8212e2002e8db57697cae9c738954c37343ee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# 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=	0.${RELEASE_DATE}
CATEGORIES=	graphics linux
MASTER_SITES=	http://download3.divx.com/videocodecs/linux/
DISTNAME=	${PORTNAME}-${PORTVERSION:E}

MAINTAINER=	lioux@FreeBSD.org

RESTRICTED=	unsure of licensing issues

ONLY_FOR_ARCHS=	i386
USE_ZIP=	yes
USE_LINUX_PREFIX=	yes
NO_WRKSUBDIR=	yes
NO_BUILD=	yes
PLIST_SUB=	PKGNAME="${PKGNAME}"

RELEASE_DATE=	20010824

post-patch:
.for ext in h 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>