svn commit: r337561 - head/multimedia/recmpeg
William Grzybowski
wg at FreeBSD.org
Thu Dec 26 17:15:09 UTC 2013
Author: wg
Date: Thu Dec 26 17:15:08 2013
New Revision: 337561
URL: http://svnweb.freebsd.org/changeset/ports/337561
Log:
multimedia/recmpeg: support stage and minor fixes
Modified:
head/multimedia/recmpeg/Makefile
Modified: head/multimedia/recmpeg/Makefile
==============================================================================
--- head/multimedia/recmpeg/Makefile Thu Dec 26 17:06:19 2013 (r337560)
+++ head/multimedia/recmpeg/Makefile Thu Dec 26 17:15:08 2013 (r337561)
@@ -8,19 +8,19 @@ CATEGORIES= multimedia
MASTER_SITES= SF/fame/${PORTNAME}/${PORTVERSION}
MAINTAINER= ports at 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"
More information about the svn-ports-all
mailing list