aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/xvid/Makefile
blob: cf4590606b1536911f8c2f5dcd7d71b346aff889 (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
# New ports collection makefile for:    xvid
# Date created:     04 April 2002
# Whom:         Michael Nottebrock <michaelnottebrock@gmx.net> et al
#
# $FreeBSD$
#

PORTNAME=   xvid
PORTVERSION=    1.0.2
PORTEPOCH=  1
CATEGORIES= multimedia
MASTER_SITES=   http://files.xvid.org/downloads/
DISTNAME=   ${PORTNAME}core-${PORTVERSION}

MAINTAINER= lofi@freebsd.org
COMMENT=    An opensource MPEG-4 codec, based on OpenDivx

BUILD_DEPENDS=  ${LOCALBASE}/bin/nasm:${PORTSDIR}/devel/nasm

GNU_CONFIGURE=  yes
INSTALLS_SHLIB= yes
USE_GCC?=   3.3

WRKSRC=         ${WRKDIR}/${DISTNAME}/build/generic

.if defined(WITH_OPTIMIZED_CFLAGS)
CFLAGS=     # let xvid's build system decide about those
.endif

post-install:
    @ ${LN} -sf ${PREFIX}/lib/libxvidcore.so.4 ${PREFIX}/lib/libxvidcore.so

.include <bsd.port.mk>