freebsd-ports/multimedia/libfame/Makefile

29 lines
548 B
Makefile
Raw Normal View History

# Created by: ijliao
# $FreeBSD$
PORTNAME= libfame
PORTVERSION= 0.9.1
PORTREVISION= 5
CATEGORIES= multimedia
MASTER_SITES= SF/fame/${PORTNAME}/${PORTVERSION}
MAINTAINER= multimedia@FreeBSD.org
COMMENT= Video encoding library
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USES= libtool
USE_LDCONFIG= yes
OPTIONS_DEFINE= MMX
OPTIONS_DEFAULT=MMX
MMX_CONFIGURE_ENABLE= mmx
post-patch:
@${REINPLACE_CMD} \
-e 's|AC_DEFUN(AM_PATH_LIBFAME|AC_DEFUN([AM_PATH_LIBFAME]|g' \
${WRKSRC}/libfame.m4 ${WRKSRC}/libfame.m4.in
2012-05-30 14:38:59 +02:00
.include <bsd.port.mk>