diff options
author | crees <crees@FreeBSD.org> | 2013-05-01 04:10:53 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2013-05-01 04:10:53 +0800 |
commit | 4c1d50c650556222641948d2d03c12df55c0a165 (patch) | |
tree | 37d5be87380e1b80eb072edeb319efde1487fc2e /comms | |
parent | 48f29aca6c7da8e255fe5d98c77b86db8860138f (diff) | |
download | freebsd-ports-gnome-4c1d50c650556222641948d2d03c12df55c0a165.tar.gz freebsd-ports-gnome-4c1d50c650556222641948d2d03c12df55c0a165.tar.zst freebsd-ports-gnome-4c1d50c650556222641948d2d03c12df55c0a165.zip |
Add licence info to some ports
Submitted by: 4721
Diffstat (limited to 'comms')
-rw-r--r-- | comms/amtterm/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/comms/amtterm/Makefile b/comms/amtterm/Makefile index 98d4c8251d5b..dad8c94cd252 100644 --- a/comms/amtterm/Makefile +++ b/comms/amtterm/Makefile @@ -1,9 +1,4 @@ -# Ports collection Makefile for: amtterm -# Date created: 29 December 2011 -# Whom: crees -# # $FreeBSD$ -# PORTNAME= amtterm PORTVERSION= 1.3 @@ -14,6 +9,9 @@ MASTER_SITES= https://www.kraxel.org/releases/${PORTNAME}/ MAINTAINER= crees@FreeBSD.org COMMENT= Serial-over-lan client for Intel AMT +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= gtk-x11-2.0.0:${PORTSDIR}/x11-toolkits/gtk20 RUN_DEPENDS= p5-SOAP-Lite>=0.5:${PORTSDIR}/net/p5-SOAP-Lite |