diff options
author | db <db@FreeBSD.org> | 2012-11-03 22:36:21 +0800 |
---|---|---|
committer | db <db@FreeBSD.org> | 2012-11-03 22:36:21 +0800 |
commit | 2adb33f6421201e3dff85c79d99405b174def13d (patch) | |
tree | 8788e937a819fe7541ff8fc7afd55006936d4b96 | |
parent | fafe74d352b60e62db66366a1af8eb2e015cefa2 (diff) | |
download | freebsd-ports-gnome-2adb33f6421201e3dff85c79d99405b174def13d.tar.gz freebsd-ports-gnome-2adb33f6421201e3dff85c79d99405b174def13d.tar.zst freebsd-ports-gnome-2adb33f6421201e3dff85c79d99405b174def13d.zip |
- Convert header into new form
- Move LICENSE line to make portlint happy
- No code changes
Feature safe: yes
-rw-r--r-- | comms/hamlib/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/comms/hamlib/Makefile b/comms/hamlib/Makefile index 54f2f8ed7a75..f3051fa84c27 100644 --- a/comms/hamlib/Makefile +++ b/comms/hamlib/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: hamlib -# Date created: 30 April 2003 -# Whom: Sebastian Yepes <esn@x123.info> -# +# Created by: Sebastian Yepes <esn@x123.info> # $FreeBSD$ -# PORTNAME= hamlib PORTVERSION= 1.2.15.3 @@ -13,6 +9,8 @@ MASTER_SITES= SF MAINTAINER= db@FreeBSD.org COMMENT= Shared libraries for Amateur Radio Equipment Control Applications +LICENSE= LGPL20 + BUILD_DEPENDS= swig:${PORTSDIR}/devel/swig13 USE_GNOME= pkgconfig gnomehack libxml2 @@ -30,7 +28,6 @@ PLIST_SUB= VER=${PORTVERSION} TCL_VER=${TCL_VER} MAN1= rigctl.1 rigmem.1 rigswr.1 rotctl.1 rigsmtr.1 MAN8= rpc.rigd.8 rpc.rotd.8 rigctld.8 rotctld.8 -LICENSE= LGPL20 post-patch: ${REINPLACE_CMD} -e 's|%%PYTHON_SITELIBDIR%%|${PYTHON_SITELIBDIR}|g' \ |