aboutsummaryrefslogtreecommitdiff
path: root/misc/biosfont-demos/Makefile
blob: 0c1517f823456ac3df7b686789e2e7bbb57f864c (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
# Created by: rene

PORTNAME=	biosfont-demos
PORTVERSION=	1.3
CATEGORIES=	misc

MAINTAINER=	rene0@freedom.nl
COMMENT=	Demos for the biosfont kernel module

LICENSE=	BSD2CLAUSE

BUILD_DEPENDS=	${LOCALBASE}/include/biosfont.h:sysutils/biosfont
RUN_DEPENDS=	/boot/modules/biosfont.ko:sysutils/biosfont

USE_GITHUB=	yes
GH_ACCOUNT=	rene0
GH_PROJECT=	biosfont
WRKSRC_SUBDIR=	biosfont-demos

INSTALL_TARGET=	install-strip
PLIST_FILES=	bin/show_char bin/showdati

.include <bsd.port.mk>