diff options
author | Chris Rees <crees@FreeBSD.org> | 2013-04-30 20:10:53 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2013-04-30 20:10:53 +0000 |
commit | f3bfa725e786ecbfe3dca14a185614cd9773f1a0 (patch) | |
tree | 37d5be87380e1b80eb072edeb319efde1487fc2e /comms/amtterm | |
parent | 899d2706b71f82953aaf4af9bc2bf4e7cd2f9b2a (diff) | |
download | ports-f3bfa725e786ecbfe3dca14a185614cd9773f1a0.tar.gz ports-f3bfa725e786ecbfe3dca14a185614cd9773f1a0.zip |
Notes
Diffstat (limited to 'comms/amtterm')
-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 |