15ab37afe5
- Execute kldxref when we install or deinstall the package. - Fix a compiler warning and remove custom CWARNFLAGS. - Replace NOMAN with NO_MAN. - Add LICENSE.
30 lines
660 B
Makefile
30 lines
660 B
Makefile
# New ports collection makefile for: plasma-kmod
|
|
# Date created: 24 January 2001
|
|
# Whom: George Reid <greid@ukug.uk.freebsd.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= plasma
|
|
PORTVERSION= 0.1
|
|
PORTREVISION= 4
|
|
CATEGORIES= graphics kld
|
|
MASTER_SITES= SF/futurebsd/futurebsd/${PORTNAME}
|
|
PKGNAMESUFFIX= -kmod
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A plasma-effect screensaver kernel module
|
|
|
|
LICENSE= BSD
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if !exists(${SRC_BASE}/sys/dev/syscons/syscons.h)
|
|
IGNORE= requires kernel source (in ${SRC_BASE}) to build
|
|
.endif
|
|
|
|
KMODDIR= /boot/modules
|
|
PLIST_SUB+= KMODDIR=${KMODDIR:C,^/,,}
|
|
MAKE_ARGS= KMODDIR=${KMODDIR}
|
|
|
|
.include <bsd.port.post.mk>
|