diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-21 12:15:38 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-21 12:57:54 +0000 |
commit | 31971ae4ee04ae520d5a21581f2d7fd994abcc6e (patch) | |
tree | 254c7cee252f65c239a7e6ff537666a690b53f28 | |
parent | 65f027c4e6d63fd5324484233c28a29a4d5a6e9e (diff) |
net/netatalk3: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | net/netatalk3/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/netatalk3/Makefile b/net/netatalk3/Makefile index c8e9c8bd48a0..f378560cea6f 100644 --- a/net/netatalk3/Makefile +++ b/net/netatalk3/Makefile @@ -16,11 +16,12 @@ LICENSE= GPLv2 LIB_DEPENDS= libgcrypt.so:security/libgcrypt \ libevent.so:devel/libevent -USES= bdb:5+ gettext gmake iconv libtool perl5 pkgconfig shebangfix ssl tar:bzip2 +USES= bdb:5+ cpe gettext gmake iconv libtool perl5 pkgconfig shebangfix ssl tar:bzip2 GNU_CONFIGURE= yes USE_LDCONFIG= yes USE_RC_SUBR= netatalk INSTALL_TARGET=install-strip +CPE_VENDOR= netatalk_project CONFIGURE_ARGS+= --with-pkgconfdir=${PREFIX}/etc \ --with-libgcrypt-dir=${LOCALBASE} \ |