freebsd-ports/multimedia/recmpeg/Makefile

36 lines
665 B
Makefile
Raw Normal View History

# 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
2003-02-20 19:08:19 +01:00
COMMENT= A simple video encoder
LIB_DEPENDS= fame-0.9.1:${PORTSDIR}/multimedia/libfame
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
2004-02-05 21:38:07 +01:00
MAN1= recmpeg.1
PLIST_FILES= bin/recmpeg
CPPFLAGS= -I${LOCALBASE}/include
LDFLAGS= -L${LOCALBASE}/lib
2004-03-19 14:44:13 +01:00
.include <bsd.port.pre.mk>
2004-12-22 03:20:00 +01:00
.if ${ARCH} == "ia64"
BROKEN= "Fails to link on ia64"
2004-03-19 14:44:13 +01:00
.endif
.include <bsd.port.post.mk>