pkgsrc/multimedia/xvidcore/Makefile
snj a01c5cfdf4 This wants to use INSTALL (which has "-o root -g wheel" passed to it) in
places that it doesn't need to.  Adjust to more appropriate and more
friendly commands (MKDIR and BSD_INSTALL) so that this builds as non-root.
2004-03-28 23:09:51 +00:00

22 lines
505 B
Makefile

# $NetBSD: Makefile,v 1.4 2004/03/28 23:09:51 snj Exp $
#
DISTNAME= xvidcore-1.0.0-rc3
PKGNAME= xvidcore-1.0.0
CATEGORIES= multimedia
MASTER_SITES= http://files.xvid.org/downloads/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.xvid.org/
COMMENT= ISO MPEG-4 compliant video codec
BUILD_DEPENDS+= nasm>=0.98.34:../../devel/nasm
WRKSRC= ${WRKDIR}/${DISTNAME}/build/generic
USE_BUILDLINK3= YES
GNU_CONFIGURE= YES
MAKE_ENV+= MKDIR="${MKDIR}"
.include "../../mk/bsd.pkg.mk"