freebsd-ports/multimedia/libfame/Makefile
Tijl Coosemans 15948b2172 - Add USES=libtool and INSTALL_TARGET=install-strip
- Remove SSE option because it doesn't have any effect
- Disable mmx when the MMX option is off
- Remove a patch for gcc 3.4
2014-07-15 20:14:43 +00:00

28 lines
548 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= libfame
PORTVERSION= 0.9.1
PORTREVISION= 4
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
.include <bsd.port.mk>