freebsd-ports/comms/uartlirc/Makefile

57 lines
1.2 KiB
Makefile

# New ports collection makefile for: uarlirc
# Date created: Sun May 13 17:39:40 CEST 2012
# Whom: nox@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= uartlirc
PORTVERSION= 0.3
CATEGORIES= comms kld
MASTER_SITES= LOCAL/nox \
http://people.freebsd.org/~nox/tmp/
DISTNAME= ${PORTNAME}-preliminary-003
EXTRACT_SUFX= .shar
MAINTAINER= nox@FreeBSD.org
COMMENT= Driver for "homebrew" serial LIRC receivers
WRKSRC= ${WRKDIR}/${PORTNAME}
EXTRACT_CMD= ${SH}
EXTRACT_BEFORE_ARGS=
EXTRACT_AFTER_ARGS=
.include <bsd.port.pre.mk>
PLIST_FILES+= "@cwd /"
PLIST_FILES+= ${KMODDIR:C,^/,,}/${PORTNAME}.ko
PLIST_FILES+= "@exec kldxref ${KMODDIR}"
PLIST_FILES+= "@unexec kldxref ${KMODDIR}"
# install where x11/nvidia-driver does also:
KMODDIR= /boot/modules
MAKE_ENV+= KMODDIR="${KMODDIR}"
SYSDIR?= ${SRC_BASE}/sys
MAKE_ENV+= SYSDIR="${SYSDIR}"
CFLAGS+= ${DEBUG_FLAGS}
.if ${OSVERSION} < 800000
IGNORE= needs <sys/buf_ring.h>
.endif
.if !exists(${SYSDIR}/Makefile)
IGNORE= requires kernel source to be installed
.endif
.if ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
BROKEN= Does not compile on powerpc or sparc64
.endif
do-install:
${INSTALL} ${WRKSRC}/${PORTNAME}.ko ${KMODDIR}
kldxref ${KMODDIR}
.include <bsd.port.post.mk>