aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/recmpeg/Makefile
blob: 740403b4d5241e13a164fce2d8380718cc0dee96 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# 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>