diff options
-rw-r--r-- | lang/bf2c/Makefile | 3 | ||||
-rw-r--r-- | misc/biosfont-demos/Makefile | 2 | ||||
-rw-r--r-- | sysutils/biosfont/Makefile | 2 |
3 files changed, 7 insertions, 0 deletions
diff --git a/lang/bf2c/Makefile b/lang/bf2c/Makefile index 6fa679decf3..d077403aa86 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 cbfb5757e93..eb91f7a7f50 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 eb21dd42753..2fcdd47701e 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 |