diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-11-19 17:03:59 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-11-19 17:03:59 +0000 |
commit | 36451b5b27084ed4a7513e622dde4016e74f490e (patch) | |
tree | c318709c7f2167d863b644a1242faa55f9b924ba /net/gupnp-ui | |
parent | fadaf7ebac28d3627b9ef617a7a23318099b03bd (diff) | |
download | freebsd-ports-36451b5b27084ed4a7513e622dde4016e74f490e.zip |
- Add LICENSE_FILE
Diffstat (limited to 'net/gupnp-ui')
-rw-r--r-- | net/gupnp-ui/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/gupnp-ui/Makefile b/net/gupnp-ui/Makefile index 4920c295b606..fa38acb217d4 100644 --- a/net/gupnp-ui/Makefile +++ b/net/gupnp-ui/Makefile @@ -11,6 +11,7 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Framework for UPnP devices LICENSE= LGPL20 +LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= gupnp>=0.3:net/gupnp LIB_DEPENDS= libgupnp-1.0.so:net/gupnp \ |