summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--audio/baresip/Makefile3
-rw-r--r--audio/re/Makefile3
-rw-r--r--audio/rebot3/Makefile7
-rw-r--r--audio/rem/Makefile3
-rw-r--r--comms/amtterm/Makefile8
-rw-r--r--devel/rclint/Makefile2
-rw-r--r--graphics/libvisual04/Makefile9
-rw-r--r--mail/biabam/Makefile9
-rw-r--r--net/get_iplayer/Makefile3
-rw-r--r--net/openradius/Makefile9
-rw-r--r--sysutils/aird/Makefile7
-rw-r--r--sysutils/keyboard-daemon/Makefile2
-rw-r--r--sysutils/reed/Makefile3
-rw-r--r--sysutils/runit/Makefile11
-rw-r--r--textproc/atom/Makefile11
-rw-r--r--www/mnogosearch/Makefile9
16 files changed, 51 insertions, 48 deletions
diff --git a/audio/baresip/Makefile b/audio/baresip/Makefile
index 69d21111314e..7c966dd65da8 100644
--- a/audio/baresip/Makefile
+++ b/audio/baresip/Makefile
@@ -8,6 +8,9 @@ MASTER_SITES= http://www.creytiv.com/pub/
MAINTAINER= crees@FreeBSD.org
COMMENT= Small SIP client
+LICENSE= BSD
+LICENSE_FILE= ${WRKSRC}/docs/COPYING
+
BUILD_DEPENDS= re>=${PORTVERSION}:${PORTSDIR}/audio/re \
rem>=${PORTVERSION}:${PORTSDIR}/audio/rem
RUN_DEPENDS:= ${BUILD_DEPENDS}
diff --git a/audio/re/Makefile b/audio/re/Makefile
index 9af23a09a233..d612d47ec07f 100644
--- a/audio/re/Makefile
+++ b/audio/re/Makefile
@@ -8,6 +8,9 @@ MASTER_SITES= http://www.creytiv.com/pub/
MAINTAINER= crees@FreeBSD.org
COMMENT= Library for real-time comms with async IO support
+LICENSE= BSD
+LICENSE_FILE= ${WRKSRC}/docs/COPYING
+
USE_LDCONFIG= yes
USE_GMAKE= yes
diff --git a/audio/rebot3/Makefile b/audio/rebot3/Makefile
index 6127ae54a5fd..5dce0f0bccb4 100644
--- a/audio/rebot3/Makefile
+++ b/audio/rebot3/Makefile
@@ -1,9 +1,4 @@
-# Ports collection Makefile for: rebot3
-# Date created: 7th May 2011
-# Whom: Chris Rees (utisoft@gmail.com)
-#
# $FreeBSD$
-#
PORTNAME= rebot3
PORTVERSION= 1.0.2
@@ -14,6 +9,8 @@ MASTER_SITES= http://www.headmqa.com/${PORTNAME}/ \
MAINTAINER= crees@FreeBSD.org
COMMENT= Renames mp3 files using freedb or local CDDB
+LICENSE= GPLv2
+
RUN_DEPENDS= p5-CDDB>=0:${PORTSDIR}/audio/p5-CDDB \
p5-MP3-ID3v1Tag>=0:${PORTSDIR}/audio/p5-MP3-ID3v1Tag
diff --git a/audio/rem/Makefile b/audio/rem/Makefile
index 983f775e3eed..95c7ce8610da 100644
--- a/audio/rem/Makefile
+++ b/audio/rem/Makefile
@@ -9,6 +9,9 @@ MASTER_SITES= http://www.creytiv.com/pub/
MAINTAINER= crees@FreeBSD.org
COMMENT= Library for real-time audio and video processing
+LICENSE= BSD
+LICENSE_FILE= ${WRKSRC}/docs/COPYING
+
BUILD_DEPENDS= ${LOCALBASE}/share/re/re.mk:${PORTSDIR}/audio/re
RUN_DEPENDS:= ${BUILD_DEPENDS}
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
diff --git a/devel/rclint/Makefile b/devel/rclint/Makefile
index f198229d12a2..9b751a6178cb 100644
--- a/devel/rclint/Makefile
+++ b/devel/rclint/Makefile
@@ -9,6 +9,8 @@ MASTER_SITES= http://www.bayofrum.net/dist/rclint/ \
MAINTAINER= crees@FreeBSD.org
COMMENT= Checks rc scripts for style and common errors
+LICENSE= BSD
+
NO_BUILD= yes
USE_PYTHON= yes
SUB_FILES= ${PORTNAME}
diff --git a/graphics/libvisual04/Makefile b/graphics/libvisual04/Makefile
index 9a69a70a116e..f46d106aa8fc 100644
--- a/graphics/libvisual04/Makefile
+++ b/graphics/libvisual04/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: libvisual
-# Date created: 23 oktober 2004
-# Whom: Koop Mast <kwm@FreeBSD.org>
-#
+# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= libvisual
PORTVERSION= 0.4.0
@@ -15,6 +11,9 @@ PKGNAMESUFFIX= 04
MAINTAINER= crees@FreeBSD.org
COMMENT= Abstraction library that sits between apps and visual plugin
+LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/COPYING
+
USE_AUTOTOOLS= libtool
USE_GNOME= gnomehack pkgconfig
USES= gettext
diff --git a/mail/biabam/Makefile b/mail/biabam/Makefile
index 76d55e5a1d94..b61ee64ce92e 100644
--- a/mail/biabam/Makefile
+++ b/mail/biabam/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: biabam
-# Date created: 03 January 2001
-# Whom: George Reid <greid@ukug.uk.freebsd.org>
-#
+# Created by: George Reid <greid@ukug.uk.freebsd.org>
# $FreeBSD$
-#
PORTNAME= biabam
PORTVERSION= 0.9.7
@@ -14,6 +10,9 @@ MASTER_SITES= http://www.bayofrum.net/dist/${PORTNAME}/
MAINTAINER= crees@FreeBSD.org
COMMENT= A command-line attachment mailer
+LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/COPYING
+
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash
NO_BUILD= yes
diff --git a/net/get_iplayer/Makefile b/net/get_iplayer/Makefile
index 4578762ab051..1c194f211dc9 100644
--- a/net/get_iplayer/Makefile
+++ b/net/get_iplayer/Makefile
@@ -9,6 +9,9 @@ MASTER_SITES= ftp://ftp.infradead.org/pub/${PORTNAME}/ \
MAINTAINER= crees@FreeBSD.org
COMMENT= Search, index, or stream archive video from BBC iPlayer
+LICENSE= GPLv3
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+
RUN_DEPENDS= flvstreamer:${PORTSDIR}/multimedia/flvstreamer
USE_PERL5_RUN= yes
diff --git a/net/openradius/Makefile b/net/openradius/Makefile
index 6d1b481e9bfd..6dcc38d0d6b0 100644
--- a/net/openradius/Makefile
+++ b/net/openradius/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: openradius
-# Date created: 23 May 2003
-# Whom: Adam Jette <jettea46@yahoo.com>
-#
+# Created by: Adam Jette <jettea46@yahoo.com>
# $FreeBSD$
-#
PORTNAME= openradius
PORTVERSION= 0.9.12c
@@ -15,6 +11,9 @@ MASTER_SITES= http://evbergen.home.xs4all.nl/openradius/download/ \
MAINTAINER= crees@FreeBSD.org
COMMENT= A RADIUS server with some actual documentation
+LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/COPYING
+
LOGFILE?= /var/log/openradius.log
CONFLICTS= freeradius-[0-9]* gnu-radius-[0-9]* radiusd-cistron-[0-9]* \
diff --git a/sysutils/aird/Makefile b/sysutils/aird/Makefile
index 89c35f388599..c6b14663e88e 100644
--- a/sysutils/aird/Makefile
+++ b/sysutils/aird/Makefile
@@ -1,9 +1,4 @@
-# New ports collection Makefile for: aird
-# Date created: 23 April 2011
-# Whom: crees
-#
# $FreeBSD$
-#
PORTNAME= aird
PORTVERSION= 1.0
@@ -13,6 +8,8 @@ MASTER_SITES= http://www.bayofrum.net/dist/${PORTNAME}/
MAINTAINER= crees@FreeBSD.org
COMMENT= Handles Apple IR receiver button events
+LICENSE= BSD
+
USE_RC_SUBR= ${PORTNAME}
MAN1= ${PORTNAME}.1
MANCOMPRESSED= yes
diff --git a/sysutils/keyboard-daemon/Makefile b/sysutils/keyboard-daemon/Makefile
index 0a599bc9340e..6ebf2ffb36f9 100644
--- a/sysutils/keyboard-daemon/Makefile
+++ b/sysutils/keyboard-daemon/Makefile
@@ -8,6 +8,8 @@ MASTER_SITES= http://www.bayofrum.net/dist/${PORTNAME}/
MAINTAINER= crees@FreeBSD.org
COMMENT= Listens on a keyboard device and executes commands on keypresses
+LICENSE= BSD
+
BUILD_DEPENDS= ${LOCALBASE}/lib/libcfu.a:${PORTSDIR}/devel/libcfu
USE_BZIP2= yes
diff --git a/sysutils/reed/Makefile b/sysutils/reed/Makefile
index 6826f61b7da3..17d859fae862 100644
--- a/sysutils/reed/Makefile
+++ b/sysutils/reed/Makefile
@@ -10,6 +10,9 @@ MASTER_SITES= http://www.bayofrum.net/dist/${PORTNAME}
MAINTAINER= crees@FreeBSD.org
COMMENT= A text pager with autoscrolling and more
+LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/COPYING
+
USE_PERL5= yes
HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= configures
diff --git a/sysutils/runit/Makefile b/sysutils/runit/Makefile
index 93e770c61e9e..6419139d9bf1 100644
--- a/sysutils/runit/Makefile
+++ b/sysutils/runit/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: runit
-# Date created: 2003-06-20
-# Whom: Sergei Kolobov <sergei@kolobov.com>
-#
+# Created by: Sergei Kolobov <sergei@kolobov.com>
# $FreeBSD$
-#
PORTNAME= runit
PORTVERSION= 2.1.1
@@ -14,6 +10,9 @@ MASTER_SITES= http://smarden.org/${PORTNAME}/ \
MAINTAINER= crees@FreeBSD.org
COMMENT= Service supervision tools compatible with DJB daemontools
+LICENSE= BSD
+LICENSE_FILE= ${WRKSRC}/package/COPYING
+
USE_RC_SUBR= runsvdir
WRKSRC= ${WRKDIR}/admin/${DISTNAME}
@@ -23,7 +22,7 @@ PORTDOCS= *
MAN8= chpst.8 runit-init.8 runit.8 runsv.8 runsvchdir.8 \
runsvdir.8 sv.8 svlogd.8 utmpset.8
-DOCS= package/CHANGES package/COPYING package/README \
+DOCS= package/CHANGES package/README \
package/THANKS doc/*.html
CONFIG= etc/freebsd/1 etc/2 etc/freebsd/3 etc/freebsd/ctrlaltdel \
etc/freebsd/getty-ttyv4/run etc/freebsd/getty-ttyv4/finish
diff --git a/textproc/atom/Makefile b/textproc/atom/Makefile
index 02eb0176aef0..713e7985354d 100644
--- a/textproc/atom/Makefile
+++ b/textproc/atom/Makefile
@@ -1,9 +1,4 @@
-# New ports collection Makefile for: atom
-# Date created: 3 June 2009
-# Whom: utisoft@gmail.com
-#
# $FreeBSD$
-#
PORTNAME= atom
PORTVERSION= 1.0
@@ -14,14 +9,16 @@ MASTER_SITES= http://www.bayofrum.net/dist/atom/ \
MAINTAINER= crees@FreeBSD.org
COMMENT= Converts text files to html with special attributes
+LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/COPYING
+
MAN1= atom.1
MANCOMPRESSED= no
GNU_CONFIGURE= yes
PLIST_FILES= bin/atom
-PORTDOCS= COPYING \
- README \
+PORTDOCS= README \
TODO \
testFile
diff --git a/www/mnogosearch/Makefile b/www/mnogosearch/Makefile
index 82c332bbff93..7dfcf8c6bfcc 100644
--- a/www/mnogosearch/Makefile
+++ b/www/mnogosearch/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: mnogosearch
-# Date created: 27.01.2001
-# Whom: ache
-#
+# Created by: ache
# $FreeBSD$
-#
PORTNAME= mnogosearch
PORTVERSION= 3.3.12
@@ -14,6 +10,9 @@ MASTER_SITES= http://www.mnogosearch.org/Download/ \
MAINTAINER= crees@FreeBSD.org
COMMENT= Full featured SQL-based hypertext search engine
+LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/COPYING
+
CONFLICTS= dpsearch-[0-9]* udmsearch-[0-9]* mguesser-[0-9]*
MAN1= indexer.1