freebsd-ports/graphics/plasma-kmod/Makefile

25 lines
509 B
Makefile
Raw Normal View History

# Created by: George Reid <greid@ukug.uk.freebsd.org>
# $FreeBSD$
2004-04-10 19:26:55 +02:00
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>