diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-20 14:25:58 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-20 14:25:58 +0000 |
commit | 64a1455faf172d53d4f232c7fdef223556014d82 (patch) | |
tree | ee5d250586b46f0a2e255188c7a3639e8420d885 /comms | |
parent | 61f076c489d2aa8eac87b10c5c5610fb865d8671 (diff) | |
download | freebsd-ports-64a1455faf172d53d4f232c7fdef223556014d82.zip |
comms/snap7: Add CPE information
Approved by: portmgr (blanket)
Diffstat (limited to 'comms')
-rw-r--r-- | comms/snap7/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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" |