diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2003-08-12 22:27:30 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2003-08-12 22:27:30 +0000 |
commit | c8f7bbcd15bd5e618283babf555eeb39006a740c (patch) | |
tree | 9c36409d2538ed5300a3349278e12309b569cbf7 /multimedia/xvid/Makefile | |
parent | 046715d1a89673d543e34d5a668d9cdf0f8c9771 (diff) | |
download | ports-c8f7bbcd15bd5e618283babf555eeb39006a740c.tar.gz ports-c8f7bbcd15bd5e618283babf555eeb39006a740c.zip |
Notes
Diffstat (limited to 'multimedia/xvid/Makefile')
-rw-r--r-- | multimedia/xvid/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/multimedia/xvid/Makefile b/multimedia/xvid/Makefile index 2011fb1c8e23..6c6cf2322066 100644 --- a/multimedia/xvid/Makefile +++ b/multimedia/xvid/Makefile @@ -6,24 +6,23 @@ # PORTNAME= xvid -PORTVERSION= 0.9.1 +PORTVERSION= 0.9.2 PORTEPOCH= 1 CATEGORIES= multimedia MASTER_SITES= http://files.xvid.org/downloads/ DISTNAME= ${PORTNAME}core-${PORTVERSION} -MAINTAINER= michaelnottebrock@gmx.net +MAINTAINER= lofi@freebsd.org COMMENT= An opensource MPEG-4 codec, based on OpenDivx BUILD_DEPENDS= ${LOCALBASE}/bin/nasm:${PORTSDIR}/devel/nasm -HAS_CONFIGURE= yes -USE_GMAKE= yes +GNU_CONFIGURE= yes INSTALLS_SHLIB= yes WRKSRC= ${WRKDIR}/${DISTNAME}/build/generic post-install: - @ ${LN} -sf libxvidcore.so ${PREFIX}/lib/libxvidcore.so.0 + @ ${LN} -sf ${PREFIX}/lib/libxvidcore.so.2 ${PREFIX}/lib/libxvidcore.so .include <bsd.port.mk> |