2004-07-05 23:11:31 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.25 2004/07/05 23:11:31 brad Exp $
|
2001-04-21 14:57:48 +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
|
2004-07-05 23:11:31 +00:00
|
|
|
PKGNAME= ${DISTNAME:S/_/-/}
|
1997-12-20 03:17:26 +00:00
|
|
|
CATEGORIES= graphics
|
1998-06-30 22:29:09 +00:00
|
|
|
|
2000-09-24 07:03:59 +00:00
|
|
|
MAINTAINER= Brad Smith <brad@openbsd.org>
|
1997-12-20 03:17:26 +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
|
|
|
|
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
|