opnsense-ports/sysutils/biosfont/Makefile
Shawn Webb 7eb3f149a7
Revert "Some ports won't work with PIE or RELRO+BIND_NOW."
This work will be redone as a bsd.hardening.exceptions.mk file.
OPNsense's ports sync script would overwrite the port Makefile.

This reverts commit 1b4cfac052.
2016-08-18 09:38:55 -04:00

23 lines
520 B
Makefile

# Created by: rene
# $FreeBSD$
PORTNAME= biosfont
PORTVERSION= 1.2.1
CATEGORIES= sysutils
MASTER_SITES= LOCAL/rene
MAINTAINER= rene@FreeBSD.org
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= i386 amd64
USES= uidfix kmod
post-install:
${INSTALL_DATA} ${WRKSRC}/biosfont.h ${STAGEDIR}${PREFIX}/include
${INSTALL_MAN} ${WRKSRC}/biosfont.4 ${STAGEDIR}${PREFIX}/man/man4
.include <bsd.port.mk>