blob: 148d3ec8e77f1a2bcb23bbed3bf17db1a5ce8f0e (
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
|
# New ports collection makefile for: linux-libtheora
# Date created: 17 September 2006
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= libtheora
DISTVERSION= 1.0alpha4-2
PORTREVISION= 2
CATEGORIES= multimedia linux
MAINTAINER= ports@FreeBSD.org
COMMENT= Video codec
DEPRECATED= please use linux-f[89]-libtheora, but required for FreeBSD 7
EXPIRATION_DATE= 2011-06-01
CONFLICTS= linux-f8-libtheora-[0-9]* linux-f10-libtheora-[0-9]*
ONLY_FOR_ARCHS= i386 amd64
USE_LINUX_RPM= yes
LINUX_DIST_VER= 4
USE_LDCONFIG= yes
AUTOMATIC_PLIST=yes
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
post-extract:
@${RM} -rf ${WRKDIR}/usr/share
.include <bsd.port.mk>
|