pkgsrc/multimedia/mpeg-lib/Makefile
rillig b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00

24 lines
621 B
Makefile

# $NetBSD: Makefile,v 1.5 2005/12/05 20:50:43 rillig Exp $
#
DISTNAME= mpeg_lib-1.3.1
PKGNAME= mpeg-1.3.1
PKGREVISION= 1
CATEGORIES= multimedia
MASTER_SITES= ftp://ftp.mni.mcgill.ca/pub/mpeg/ \
ftp://ftp.fu-berlin.de/unix/X11/graphics/gimp/libs/ \
ftp://ftp.gimp.org/pub/gimp/libs/
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://starship.python.net/~gward/mpeglib/
COMMENT= Library for decoding MPEG movies
USE_LIBTOOL= YES
GNU_CONFIGURE= YES
BUILD_TARGET= libmpeg_lib.la
CONFIGURE_ENV+= OPTIMIZE=${CFLAGS:M*:Q} EXTRA_LDFLAGS=${LDFLAGS:M*:Q} \
EXTRA_CPPFLAGS=${CPPFLAGS:M*:Q}
.include "../../mk/bsd.pkg.mk"