2010-11-17 08:05:12 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.31 2010/11/17 08:05:15 espie Exp $
|
2001-04-21 14:57:48 +00:00
|
|
|
|
2007-09-15 20:09:40 +00:00
|
|
|
COMMENT= collection of C routines to decode MPEG movies
|
1997-12-20 03:17:26 +00:00
|
|
|
|
2000-01-09 05:56:33 +00:00
|
|
|
DISTNAME= mpeg_lib-1.3.1
|
2010-11-17 08:05:12 +00:00
|
|
|
PKGNAME= ${DISTNAME:S/_/-/}
|
|
|
|
REVISION = 0
|
2005-12-26 18:02:44 +00:00
|
|
|
SHARED_LIBS= mpeg 13.1
|
1997-12-20 03:17:26 +00:00
|
|
|
CATEGORIES= graphics
|
1998-06-30 22:29:09 +00:00
|
|
|
|
2004-06-22 03:14:12 +00:00
|
|
|
# BSD
|
2000-03-08 01:13:13 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2004-06-22 03:14:12 +00:00
|
|
|
MASTER_SITES= ftp://ftp.bic.mni.mcgill.ca/pub/mpeg/ \
|
|
|
|
http://starship.python.net/~gward/mpeglib/
|
|
|
|
|
2000-09-14 13:31:16 +00:00
|
|
|
CONFIGURE_STYLE= gnu
|
2001-03-16 18:54:31 +00:00
|
|
|
CONFIGURE_ENV= OPTIMIZE="${CFLAGS}"
|
1999-03-02 04:41:00 +00:00
|
|
|
|
2005-12-26 18:02:44 +00:00
|
|
|
MAKE_FLAGS= SHLIB=libmpeg.so.${LIBmpeg_VERSION}
|
|
|
|
|
2004-06-22 03:14:12 +00:00
|
|
|
do-regress:
|
|
|
|
@cd ${WRKSRC} && env LD_LIBRARY_PATH=${WRKSRC} ./mpegtest -checksum test.mpg
|
|
|
|
|
1999-03-02 04:41:00 +00:00
|
|
|
.include <bsd.port.mk>
|
2000-09-24 02:13:09 +00:00
|
|
|
|
|
|
|
.if defined(NO_SHARED_LIBS) && ${NO_SHARED_LIBS:L} == "yes"
|
2001-04-21 14:57:48 +00:00
|
|
|
MAKE_ENV+= NO_SHARED_LIBS=Yes
|
2000-09-24 02:13:09 +00:00
|
|
|
.endif
|