freebsd-ports/sysutils/biosfont/Makefile

24 lines
520 B
Makefile
Raw Normal View History

# Created by: rene
# $FreeBSD$
PORTNAME= biosfont
PORTVERSION= 1.2.1
2013-10-31 12:46:06 +01:00
CATEGORIES= sysutils
MASTER_SITES= LOCAL/rene
MAINTAINER= rene@FreeBSD.org
COMMENT= Kernel module to retrieve bitmap fonts from BIOS memory
LICENSE= BSD2CLAUSE
# only platforms guaranteed to be ok, feedback/patches are welcome
ONLY_FOR_ARCHS= i386 amd64
2013-10-31 12:46:06 +01:00
USES= uidfix kmod
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
.include <bsd.port.mk>