1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/multimedia/recmpeg/Makefile
Dmitry Marakasov 6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00

35 lines
606 B
Makefile

# ex:ts=8
# Ports collection makefile for: recmpeg
# Date created: Mar 24, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= recmpeg
PORTVERSION= 1.0.5
PORTREVISION= 1
CATEGORIES= multimedia
MASTER_SITES= SF/fame/${PORTNAME}/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= A simple video encoder
LIB_DEPENDS= fame-0.9.1:${PORTSDIR}/multimedia/libfame
GNU_CONFIGURE= yes
MAN1= recmpeg.1
PLIST_FILES= bin/recmpeg
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.pre.mk>
.if ${ARCH} == "ia64"
BROKEN= Fails to link on ia64
.endif
.include <bsd.port.post.mk>