aboutsummaryrefslogtreecommitdiff
path: root/misc/biosfont-demos
diff options
context:
space:
mode:
authorFelippe de Meirelles Motta <lippe@FreeBSD.org>2008-08-05 16:52:27 +0000
committerFelippe de Meirelles Motta <lippe@FreeBSD.org>2008-08-05 16:52:27 +0000
commit6ba334cb13c864aa1da9c63d78e4fe4248491ef3 (patch)
treee9c8819663d93d2fb4ea066f927dcdb13e9a7cf0 /misc/biosfont-demos
parent22f93a164581d84f224a649a8cbb6f25f3d3f1fd (diff)
downloadports-6ba334cb13c864aa1da9c63d78e4fe4248491ef3.tar.gz
ports-6ba334cb13c864aa1da9c63d78e4fe4248491ef3.zip
Notes
Diffstat (limited to 'misc/biosfont-demos')
-rw-r--r--misc/biosfont-demos/Makefile8
-rw-r--r--misc/biosfont-demos/distinfo6
2 files changed, 7 insertions, 7 deletions
diff --git a/misc/biosfont-demos/Makefile b/misc/biosfont-demos/Makefile
index dab07e1dea00..eece03828a34 100644
--- a/misc/biosfont-demos/Makefile
+++ b/misc/biosfont-demos/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= biosfont-demos
-PORTVERSION= 1.0
+PORTVERSION= 1.1
CATEGORIES= misc
MASTER_SITES= ftp://rene-ladan.nl/pub/distfiles/
@@ -14,13 +14,13 @@ MAINTAINER= r.c.ladan@gmail.com
COMMENT= Demos for the biosfont kernel module
BUILD_DEPENDS= ${LOCALBASE}/include/biosfont.h:${PORTSDIR}/sysutils/biosfont
-RUN_DEPENDS= ${BUILD_DEPENDS}
+RUN_DEPENDS= /boot/modules/biosfont.ko:${PORTSDIR}/sysutils/biosfont
PLIST_FILES= bin/showchar bin/showdati
do-build:
- ${CC} ${WRKSRC}/showchar.c -o ${WRKSRC}/showchar -I${LOCALBASE}/include
- ${CC} ${WRKSRC}/showdati.c -o ${WRKSRC}/showdati -I${LOCALBASE}/include -lcurses
+ ${CC} ${CFLAGS} ${WRKSRC}/showchar.c -o ${WRKSRC}/showchar -I${LOCALBASE}/include
+ ${CC} ${CFLAGS} ${WRKSRC}/showdati.c -o ${WRKSRC}/showdati -I${LOCALBASE}/include -lcurses
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/showchar ${PREFIX}/bin
diff --git a/misc/biosfont-demos/distinfo b/misc/biosfont-demos/distinfo
index 86cec3e46029..be6d724aebb4 100644
--- a/misc/biosfont-demos/distinfo
+++ b/misc/biosfont-demos/distinfo
@@ -1,3 +1,3 @@
-MD5 (biosfont-demos-1.0.tar.gz) = edde1e62acb0385fb2a63f844b5eead4
-SHA256 (biosfont-demos-1.0.tar.gz) = dc5d22391c7c9c3218df1fed3fec07b9493f6738c2b897c8339acd00131c11dd
-SIZE (biosfont-demos-1.0.tar.gz) = 2221
+MD5 (biosfont-demos-1.1.tar.gz) = 76396cd7c4928d268340c34871e2b31e
+SHA256 (biosfont-demos-1.1.tar.gz) = dd27cbe0b9cfe361fca5ebe2db1f0cba6016d0b6d8c8751389750d391c1555e4
+SIZE (biosfont-demos-1.1.tar.gz) = 2235