1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/misc/biosfont-demos/Makefile

31 lines
843 B
Makefile

# Created by: rene
# $FreeBSD$
PORTNAME= biosfont-demos
PORTVERSION= 1.1
PORTREVISION= 2
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_LOCAL} \
ftp://rene-ladan.nl/pub/distfiles/
MASTER_SITE_SUBDIR=rene
MAINTAINER= rene@FreeBSD.org
COMMENT= Demos for the biosfont kernel module
LICENSE= BSD2CLAUSE
BUILD_DEPENDS= ${LOCALBASE}/include/biosfont.h:${PORTSDIR}/sysutils/biosfont
RUN_DEPENDS= /boot/modules/biosfont.ko:${PORTSDIR}/sysutils/biosfont
PLIST_FILES= bin/show_char bin/showdati
do-build:
${CC} ${CFLAGS} ${WRKSRC}/showchar.c -o ${WRKSRC}/show_char -I${LOCALBASE}/include
${CC} ${CFLAGS} ${WRKSRC}/showdati.c -o ${WRKSRC}/showdati -I${LOCALBASE}/include -lcurses
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/show_char ${STAGEDIR}${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/showdati ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>