1994-11-20 17:00:10 +01:00
|
|
|
# New ports collection makefile for: mpeg_lib
|
|
|
|
# Date created: 16 November 1994
|
|
|
|
# Whom: torstenb
|
|
|
|
#
|
1999-08-25 08:16:32 +02:00
|
|
|
# $FreeBSD$
|
1994-11-20 17:00:10 +01:00
|
|
|
#
|
|
|
|
|
2000-04-14 12:48:02 +02:00
|
|
|
PORTNAME= mpeg_lib
|
|
|
|
PORTVERSION= 1.3.1
|
1996-11-18 12:44:27 +01:00
|
|
|
CATEGORIES= graphics
|
1999-12-23 17:14:45 +01:00
|
|
|
MASTER_SITES= ftp://ftp.bic.mni.mcgill.ca/pub/mpeg/ \
|
|
|
|
http://starship.python.net/~gward/mpeglib/
|
1995-04-09 09:09:55 +02:00
|
|
|
|
1999-08-31 08:53:31 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
1998-03-15 20:44:16 +01:00
|
|
|
|
2000-06-16 23:52:40 +02:00
|
|
|
INSTALLS_SHLIB= yes
|
1999-09-18 19:55:03 +02:00
|
|
|
GNU_CONFIGURE= yes
|
1999-11-26 18:28:51 +01:00
|
|
|
CONFIGURE_ENV= OPTIMIZE="${CFLAGS}"
|
1997-10-15 15:17:50 +02:00
|
|
|
|
2001-11-12 19:32:16 +01:00
|
|
|
post-patch:
|
|
|
|
@(cd ${WRKSRC} ; \
|
|
|
|
${GREP} -r -l "<malloc.h>" * | \
|
|
|
|
xargs ${PERL} -pi -e "s/<malloc.h>/<stdlib.h>/")
|
|
|
|
|
1994-11-20 17:00:10 +01:00
|
|
|
.include <bsd.port.mk>
|