0dcbd3fdc4
Noted by: Michael McGoldrick <mmcgoldrick@linuxdriven.net>
26 lines
524 B
Makefile
26 lines
524 B
Makefile
# New ports collection makefile for: mpeg_lib
|
|
# Date created: 16 November 1994
|
|
# Whom: torstenb
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mpeg_lib
|
|
PORTVERSION= 1.3.1
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ftp://ftp.bic.mni.mcgill.ca/pub/mpeg/ \
|
|
http://starship.python.net/~gward/mpeglib/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
INSTALLS_SHLIB= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= OPTIMIZE="${CFLAGS}"
|
|
|
|
post-patch:
|
|
@(cd ${WRKSRC} ; \
|
|
${GREP} -r -l "<malloc.h>" * | \
|
|
xargs ${PERL} -pi -e "s/<malloc.h>/<stdlib.h>/")
|
|
|
|
.include <bsd.port.mk>
|