forked from Lainports/opnsense-ports
34 lines
640 B
Makefile
34 lines
640 B
Makefile
# 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
|
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
.if ${ARCH}=="i386"
|
|
LLD_UNSAFE= yes # cf. PR 226980
|
|
.endif
|
|
|
|
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>
|