2013-03-25 11:09:39 +01:00
|
|
|
# Created by: rene
|
2006-07-04 20:37:43 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= biosfont
|
2012-12-05 12:24:02 +01:00
|
|
|
PORTVERSION= 1.2.1
|
2013-10-31 12:46:06 +01:00
|
|
|
CATEGORIES= sysutils
|
2014-10-07 17:56:31 +02:00
|
|
|
MASTER_SITES= LOCAL/rene
|
2006-07-04 20:37:43 +02:00
|
|
|
|
2009-01-05 17:23:31 +01:00
|
|
|
MAINTAINER= rene@FreeBSD.org
|
2006-07-04 20:37:43 +02:00
|
|
|
COMMENT= Kernel module to retrieve bitmap fonts from BIOS memory
|
|
|
|
|
2013-12-15 18:41:39 +01:00
|
|
|
LICENSE= BSD2CLAUSE
|
2010-06-13 22:04:04 +02:00
|
|
|
|
2013-12-15 18:41:39 +01:00
|
|
|
# only platforms guaranteed to be ok, feedback/patches are welcome
|
2008-08-05 18:49:40 +02:00
|
|
|
ONLY_FOR_ARCHS= i386 amd64
|
2006-07-04 20:37:43 +02:00
|
|
|
|
2013-10-31 12:46:06 +01:00
|
|
|
USES= uidfix kmod
|
2006-07-04 20:37:43 +02:00
|
|
|
|
|
|
|
post-install:
|
2013-09-29 19:09:48 +02:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/biosfont.h ${STAGEDIR}${PREFIX}/include
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/biosfont.4 ${STAGEDIR}${PREFIX}/man/man4
|
2006-07-04 20:37:43 +02:00
|
|
|
|
2014-02-16 17:30:06 +01:00
|
|
|
.include <bsd.port.mk>
|