mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
24 lines
480 B
Makefile
24 lines
480 B
Makefile
# 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>
|