summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lang/bf2c/Makefile3
-rw-r--r--misc/biosfont-demos/Makefile2
-rw-r--r--sysutils/biosfont/Makefile2
3 files changed, 7 insertions, 0 deletions
diff --git a/lang/bf2c/Makefile b/lang/bf2c/Makefile
index 6fa679decf38..d077403aa867 100644
--- a/lang/bf2c/Makefile
+++ b/lang/bf2c/Makefile
@@ -13,6 +13,9 @@ MASTER_SITES= SF
MAINTAINER= rene@FreeBSD.org
COMMENT= Optimizing BrainF*ck to C compiler
+LICENSE= BSD
+LICENSE_FILE= ${WRKSRC}/COPYING
+
USE_GMAKE=yes
post-patch:
diff --git a/misc/biosfont-demos/Makefile b/misc/biosfont-demos/Makefile
index cbfb5757e931..eb91f7a7f507 100644
--- a/misc/biosfont-demos/Makefile
+++ b/misc/biosfont-demos/Makefile
@@ -13,6 +13,8 @@ MASTER_SITES= ftp://rene-ladan.nl/pub/distfiles/
MAINTAINER= rene@FreeBSD.org
COMMENT= Demos for the biosfont kernel module
+LICENSE= BSD
+
BUILD_DEPENDS= ${LOCALBASE}/include/biosfont.h:${PORTSDIR}/sysutils/biosfont
RUN_DEPENDS= /boot/modules/biosfont.ko:${PORTSDIR}/sysutils/biosfont
diff --git a/sysutils/biosfont/Makefile b/sysutils/biosfont/Makefile
index eb21dd42753f..2fcdd47701e5 100644
--- a/sysutils/biosfont/Makefile
+++ b/sysutils/biosfont/Makefile
@@ -13,6 +13,8 @@ MASTER_SITES= ftp://rene-ladan.nl/pub/distfiles/
MAINTAINER= rene@FreeBSD.org
COMMENT= Kernel module to retrieve bitmap fonts from BIOS memory
+LICENSE= BSD
+
# only platforms guraranteed to be ok, feedback/patches are welcome
ONLY_FOR_ARCHS= i386 amd64