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 /sysutils | |
parent | - Remove redundant :install target on LIB_DEPENDS and RUN_DEPENDS (diff) |
Add licence info to some ports
Submitted by: 4721
Notes
Notes:
svn path=/head/; revision=316959
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/aird/Makefile | 7 | ||||
-rw-r--r-- | sysutils/keyboard-daemon/Makefile | 2 | ||||
-rw-r--r-- | sysutils/reed/Makefile | 3 | ||||
-rw-r--r-- | sysutils/runit/Makefile | 11 |
4 files changed, 12 insertions, 11 deletions
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 |