freebsd-ports/graphics/mpeg-lib/Makefile

26 lines
524 B
Makefile
Raw Normal View History

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
#
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>/")
1994-11-20 17:00:10 +01:00
.include <bsd.port.mk>