1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

multimedia/recmpeg: support stage and minor fixes

This commit is contained in:
William Grzybowski 2013-12-26 17:15:08 +00:00
parent 7fcf1537f9
commit 627bc800fb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=337561

View File

@ -8,19 +8,19 @@ CATEGORIES= multimedia
MASTER_SITES= SF/fame/${PORTNAME}/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= A simple video encoder
COMMENT= Simple video encoder
LIB_DEPENDS= fame-0.9.1:${PORTSDIR}/multimedia/libfame
LIB_DEPENDS= libfame-0.9.so:${PORTSDIR}/multimedia/libfame
GNU_CONFIGURE= yes
MAN1= recmpeg.1
PLIST_FILES= bin/recmpeg
PLIST_FILES= bin/recmpeg \
man/man1/recmpeg.1.gz
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
NO_STAGE= yes
.include <bsd.port.pre.mk>
.if ${ARCH} == "ia64"