# New ports collection makefile for: biosfont # Date created: 10 May 2006 # Whom: Rene Ladan # # $FreeBSD$ # PORTNAME= biosfont PORTVERSION= 1.1 CATEGORIES= sysutils kld MASTER_SITES= http://home.tiscali.nl/rladan/biosfont/ MAINTAINER= r.c.ladan@gmail.com COMMENT= Kernel module to retrieve bitmap fonts from BIOS memory # only platform guraranteed to be ok, feedback/patches are welcome ONLY_FOR_ARCHS= i386 MAN4= biosfont.4 KMODDIR?= /boot/modules PLIST_SUB= KMODDIR=${KMODDIR} MAKE_ENV+= KMODDIR=${KMODDIR} .include .if !exists(/usr/src/sys/Makefile) IGNORE= requires kernel source files .endif post-install: ${INSTALL_DATA} ${WRKSRC}/biosfont.h ${PREFIX}/include ${INSTALL_MAN} ${MAN4:S|^|${WRKSRC}/|} ${PREFIX}/man/man4 @${CAT} ${PKGMESSAGE} .include