2002-03-25 06:39:45 +00:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: recmpeg
|
|
|
|
# Date created: Mar 24, 2002
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= recmpeg
|
2002-07-06 19:59:02 +00:00
|
|
|
PORTVERSION= 1.0.5
|
2004-02-25 08:34:23 +00:00
|
|
|
PORTREVISION= 1
|
2003-04-04 20:03:00 +00:00
|
|
|
CATEGORIES= multimedia
|
2002-03-25 06:39:45 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= fame
|
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 18:08:19 +00:00
|
|
|
COMMENT= A simple video encoder
|
2002-03-25 06:39:45 +00:00
|
|
|
|
2004-02-25 08:34:23 +00:00
|
|
|
LIB_DEPENDS= fame-0.9.1:${PORTSDIR}/multimedia/libfame
|
2002-03-25 06:39:45 +00:00
|
|
|
|
2003-05-18 16:03:16 +00:00
|
|
|
USE_GETOPT_LONG= yes
|
2002-03-25 06:39:45 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2003-02-02 13:07:45 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
2002-03-25 06:39:45 +00:00
|
|
|
|
2004-02-05 20:38:07 +00:00
|
|
|
MAN1= recmpeg.1
|
|
|
|
PLIST_FILES= bin/recmpeg
|
2002-03-25 06:39:45 +00:00
|
|
|
|
2003-02-02 13:07:45 +00:00
|
|
|
CPPFLAGS= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS= -L${LOCALBASE}/lib
|
|
|
|
|
2004-03-19 13:44:13 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2004-12-22 02:20:00 +00:00
|
|
|
.if ${ARCH} == "ia64"
|
|
|
|
BROKEN= "Fails to link on ia64"
|
2004-03-19 13:44:13 +00:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|