pkgsrc/graphics/mpeg-lib/Makefile
salo 906f6492e8 Pass the correct environment to configure script.
Fixes build with native compiler on Solaris.
2003-06-12 13:00:08 +00:00

24 lines
612 B
Makefile

# $NetBSD: Makefile,v 1.19 2003/06/12 13:00:08 salo Exp $
#
DISTNAME= mpeg_lib-1.3.1
PKGNAME= mpeg-1.3.1
CATEGORIES= graphics
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_BUILDLINK2= YES
USE_LIBTOOL= YES
GNU_CONFIGURE= YES
ALL_TARGET= libmpeg_lib.la
CONFIGURE_ENV+= OPTIMIZE="${CFLAGS}" EXTRA_LDFLAGS="${LDFLAGS}" \
EXTRA_CPPFLAGS="${CPPFLAGS}"
.include "../../mk/bsd.pkg.mk"