git: a3c7bcba1990 - main - archivers/unadf: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 05 Oct 2021 19:15:45 UTC
The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=a3c7bcba19903b43624cf19907d2ca4de12431ec commit a3c7bcba19903b43624cf19907d2ca4de12431ec Author: Bernhard Froehlich <decke@FreeBSD.org> AuthorDate: 2021-10-05 18:38:09 +0000 Commit: Bernhard Froehlich <decke@FreeBSD.org> CommitDate: 2021-10-05 19:11:37 +0000 archivers/unadf: Add CPE information Approved by: portmgr (blanket) --- archivers/unadf/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/archivers/unadf/Makefile b/archivers/unadf/Makefile index 9455b4067765..c2f0df7083aa 100644 --- a/archivers/unadf/Makefile +++ b/archivers/unadf/Makefile @@ -11,13 +11,15 @@ COMMENT= Extracts files from .adf-files used by Amiga emulators LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= autoreconf libtool pathfix tar:bzip2 +USES= autoreconf cpe libtool pathfix tar:bzip2 USE_GITHUB= yes GH_ACCOUNT= lclevy GH_PROJECT= ADFlib GH_TAGNAME= f3af9e0 +CPE_VENDOR= unadf_project + USE_LDCONFIG= yes GNU_CONFIGURE= yes