summaryrefslogtreecommitdiff
path: root/multimedia/xvidcore/Makefile
diff options
context:
space:
mode:
authortron <tron>2006-08-04 15:09:51 +0000
committertron <tron>2006-08-04 15:09:51 +0000
commit1de476543682ab17599d1121bb3905f843e5ac42 (patch)
tree191fbdcd95dddf585c07d937896a1422d26368e2 /multimedia/xvidcore/Makefile
parent10697cc8d8a1f523d306a0d714ec5bc8bd6b2f2a (diff)
downloadpkgsrc-1de476543682ab17599d1121bb3905f843e5ac42.tar.gz
Remove bogus shared library symlink under Mac OS x to fix package list
issue. Bump package revision because of this.
Diffstat (limited to 'multimedia/xvidcore/Makefile')
-rw-r--r--multimedia/xvidcore/Makefile12
1 files changed, 9 insertions, 3 deletions
diff --git a/multimedia/xvidcore/Makefile b/multimedia/xvidcore/Makefile
index 97f9556bb10..6d9b5ad641a 100644
--- a/multimedia/xvidcore/Makefile
+++ b/multimedia/xvidcore/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.19 2006/03/04 21:30:16 jlam Exp $
-#
+# $NetBSD: Makefile,v 1.20 2006/08/04 15:09:51 tron Exp $
DISTNAME= xvidcore-1.1.0
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= multimedia
MASTER_SITES= http://downloads.xvid.org/downloads/
EXTRACT_SUFX= .tar.bz2
@@ -11,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.xvid.org/
COMMENT= ISO MPEG-4 compliant video codec
+.include "../../mk/bsd.prefs.mk"
+
.if ${MACHINE_ARCH} == "i386"
BUILD_DEPENDS+= nasm>=0.98.34:../../devel/nasm
.elif ${MACHINE_ARCH} == "x86_64"
@@ -24,4 +25,9 @@ GNU_CONFIGURE= YES
MAKE_ENV+= MKDIR=${MKDIR:Q}
+.if ${OPSYS} == "Darwin"
+post-install:
+ ${RM} -f ${PREFIX}/lib/libxvidcore.so.4
+.endif
+
.include "../../mk/bsd.pkg.mk"