freebsd-ports/graphics/plasma-kmod/Makefile
Mark Linimon 82c3cac0d2 Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Reported by:	swills
2017-05-22 16:04:19 +00:00

24 lines
509 B
Makefile

# Created by: George Reid <greid@ukug.uk.freebsd.org>
# $FreeBSD$
PORTNAME= plasma
PORTVERSION= 0.1
PORTREVISION= 4
CATEGORIES= graphics
MASTER_SITES= SF/futurebsd/futurebsd/${PORTNAME}
PKGNAMESUFFIX= -kmod
MAINTAINER= ports@FreeBSD.org
COMMENT= Plasma-effect screensaver kernel module
LICENSE= BSD3CLAUSE
BROKEN_powerpc64= fails to compile: pcpu.h: size of array '__assert_0' is negative
PLIST_FILES= ${KMODDIR}/plasma_saver.ko
USES= kmod uidfix
MAKE_ARGS= KMODDIR=${KMODDIR}
.include <bsd.port.mk>