c1041db194
- bump NEED_VERSION - MAKE_ENV= -> MAKE_ENV+=; should fix problem art@ has been seeing. -- Ok'd by: espie@
26 lines
612 B
Makefile
26 lines
612 B
Makefile
# $OpenBSD: Makefile,v 1.22 2001/04/21 14:57:48 brad Exp $
|
|
|
|
COMMENT= "collection of C routines to decode MPEG movies"
|
|
|
|
DISTNAME= mpeg_lib-1.3.1
|
|
CATEGORIES= graphics
|
|
NEED_VERSION= 1.384
|
|
MASTER_SITES= ftp://ftp.bic.mni.mcgill.ca/pub/mpeg/ \
|
|
http://starship.python.net/~gward/mpeglib/
|
|
|
|
MAINTAINER= Brad Smith <brad@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ENV= OPTIMIZE="${CFLAGS}"
|
|
|
|
.include <bsd.port.mk>
|
|
|
|
.if defined(NO_SHARED_LIBS) && ${NO_SHARED_LIBS:L} == "yes"
|
|
MAKE_ENV+= NO_SHARED_LIBS=Yes
|
|
.endif
|