aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/recmpeg/Makefile
blob: 1ff0450a5463d58a315071f20ac7a549799ca828 (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
# ex:ts=8
# Ports collection makefile for:    recmpeg
# Date created:         Mar 24, 2002
# Whom:             ijliao
#
# $FreeBSD$
#

PORTNAME=   recmpeg
PORTVERSION=    1.0.5
CATEGORIES= graphics
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= fame

MAINTAINER= ports@FreeBSD.org
COMMENT=    A simple video encoder

LIB_DEPENDS=    fame-0.9.0:${PORTSDIR}/graphics/libfame

GNU_CONFIGURE=  yes
CONFIGURE_ENV=  CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"

MAN1=   recmpeg.1

CPPFLAGS=   -I${LOCALBASE}/include
LDFLAGS=    -L${LOCALBASE}/lib

.if !exists(/usr/include/getopt.h)
LIB_DEPENDS+=   gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
LDFLAGS+=   -lgnugetopt
.endif

.include <bsd.port.mk>