freebsd-ports/multimedia/recmpeg/Makefile
Ying-Chieh Liao b929733905 upgrade to 1.0.5
PR:		40246
Submitted by:	Ports Fury
2002-07-06 19:59:02 +00:00

26 lines
528 B
Makefile

# 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
LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt \
fame-0.9.0:${PORTSDIR}/graphics/libfame
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt"
MAN1= recmpeg.1
.include <bsd.port.mk>