aboutsummaryrefslogtreecommitdiff
path: root/multimedia/recmpeg
diff options
context:
space:
mode:
authorWilliam Grzybowski <wg@FreeBSD.org>2013-12-26 17:15:08 +0000
committerWilliam Grzybowski <wg@FreeBSD.org>2013-12-26 17:15:08 +0000
commit627bc800fb67c7893bfb60caf602e7812b09f081 (patch)
treedbc8c7d5903080fee690976553f6f296d5fb2846 /multimedia/recmpeg
parent7fcf1537f9d11e1a9796647b20953bf7ec4fe9e0 (diff)
downloadports-627bc800fb67c7893bfb60caf602e7812b09f081.tar.gz
ports-627bc800fb67c7893bfb60caf602e7812b09f081.zip
Notes
Diffstat (limited to 'multimedia/recmpeg')
-rw-r--r--multimedia/recmpeg/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/multimedia/recmpeg/Makefile b/multimedia/recmpeg/Makefile
index 57f1e955bf17..a6a9d79e4592 100644
--- a/multimedia/recmpeg/Makefile
+++ b/multimedia/recmpeg/Makefile
@@ -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"