82c3cac0d2
was a stub, provide a real one. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Reported by: swills
24 lines
509 B
Makefile
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>
|