diff options
author | arved <arved@FreeBSD.org> | 2010-05-31 01:39:07 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2010-05-31 01:39:07 +0800 |
commit | 149e813f6a1487db553bc87315ad1fc29c888faf (patch) | |
tree | 88be4e0d39878c0e038c84db67f8fef447b25a77 /net-mgmt/scdp | |
parent | 336ae912f8173c42b1c8043be06f476e97d3cba7 (diff) | |
download | freebsd-ports-gnome-149e813f6a1487db553bc87315ad1fc29c888faf.tar.gz freebsd-ports-gnome-149e813f6a1487db553bc87315ad1fc29c888faf.tar.zst freebsd-ports-gnome-149e813f6a1487db553bc87315ad1fc29c888faf.zip |
Add LICENSE and LICENSE_FILE to my ports.
Diffstat (limited to 'net-mgmt/scdp')
-rw-r--r-- | net-mgmt/scdp/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net-mgmt/scdp/Makefile b/net-mgmt/scdp/Makefile index a37c05270136..35ae1e9958a1 100644 --- a/net-mgmt/scdp/Makefile +++ b/net-mgmt/scdp/Makefile @@ -16,6 +16,9 @@ COMMENT= Tool that sends CDP (CISCO Discovery Protocol) Packets BUILD_DEPENDS= ${LIBNET_CONFIG}:${PORTSDIR}/net/libnet10 +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= libnet_config="${LIBNET_CONFIG}" |