git: 64a1455faf17 - main - comms/snap7: Add CPE information
Bernhard Froehlich
decke at FreeBSD.org
Mon Sep 20 14:33:23 UTC 2021
The branch main has been updated by decke:
URL: https://cgit.FreeBSD.org/ports/commit/?id=64a1455faf172d53d4f232c7fdef223556014d82
commit 64a1455faf172d53d4f232c7fdef223556014d82
Author: Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-09-20 14:25:58 +0000
Commit: Bernhard Froehlich <decke at FreeBSD.org>
CommitDate: 2021-09-20 14:25:58 +0000
comms/snap7: Add CPE information
Approved by: portmgr (blanket)
---
comms/snap7/Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/comms/snap7/Makefile b/comms/snap7/Makefile
index cecf181d7b1d..c21a04fb1ed0 100644
--- a/comms/snap7/Makefile
+++ b/comms/snap7/Makefile
@@ -12,9 +12,11 @@ COMMENT= Multi-platform Ethernet S7 PLC communication suite
LICENSE= GPLv3
-USES= gmake
+USES= cpe gmake
USE_LDCONFIG= yes
+CPE_VENDOR= snap7_project
+
WRKSRC_SUBDIR= build/unix
MAKE_ARGS= CC=${CC} CXX=${CXX} LinkerName=${CXX} SharedObjectLinkerName="${CXX} -shared -fPIC"
More information about the dev-commits-ports-all
mailing list