aboutsummaryrefslogtreecommitdiff
path: root/sysutils/biosfont/Makefile
blob: beb99fd807c97405b1a74797ec6a52879b95deef (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Created by: rene

PORTNAME=	biosfont
PORTVERSION=	1.3
CATEGORIES=	sysutils

MAINTAINER=	rene0@freedom.nl
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=	amd64 i386

USES=		uidfix kmod
USE_GITHUB=	yes
GH_ACCOUNT=	rene0
WRKSRC_SUBDIR=	biosfont

post-install:
	${INSTALL_DATA} ${WRKSRC}/biosfont.h ${STAGEDIR}${PREFIX}/include
	${INSTALL_MAN} ${WRKSRC}/biosfont.4 ${STAGEDIR}${PREFIX}/man/man4

.include <bsd.port.mk>