git: a8a481fdfca2 - main - multimedia/rtmpdump: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 08 Oct 2021 11:45:02 UTC
The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=a8a481fdfca2b423469407a4fff066f084d222ec commit a8a481fdfca2b423469407a4fff066f084d222ec Author: Bernhard Froehlich <decke@FreeBSD.org> AuthorDate: 2021-10-08 11:40:10 +0000 Commit: Bernhard Froehlich <decke@FreeBSD.org> CommitDate: 2021-10-08 11:40:10 +0000 multimedia/rtmpdump: Add CPE information Approved by: portmgr (blanket) --- multimedia/rtmpdump/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/multimedia/rtmpdump/Makefile b/multimedia/rtmpdump/Makefile index 31b45fe94b9d..ca9685c3dddf 100644 --- a/multimedia/rtmpdump/Makefile +++ b/multimedia/rtmpdump/Makefile @@ -11,11 +11,12 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= librtmp.so:multimedia/librtmp -USES= pkgconfig ssl +USES= cpe pkgconfig ssl MAKE_ENV= THREADLIB="-lpthread" CFLAGS+= -I${OPENSSLINC} LDFLAGS+= -L${LOCALBASE}/lib -L${OPENSSLLIB} PORTDOCS= ChangeLog README +CPE_VENDOR= rtmpdump_project OPTIONS_DEFINE= DOCS