2001-03-31 06:05:26 +02:00
|
|
|
# New ports collection makefile for: plasma-kmod
|
|
|
|
# Date created: 24 January 2001
|
|
|
|
# Whom: George Reid <greid@ukug.uk.freebsd.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2004-04-10 19:26:55 +02:00
|
|
|
PORTNAME= plasma
|
2001-03-31 06:05:26 +02:00
|
|
|
PORTVERSION= 0.1
|
2007-10-07 04:56:19 +02:00
|
|
|
PORTREVISION= 1
|
2007-06-29 11:16:42 +02:00
|
|
|
CATEGORIES= graphics kld
|
2007-09-15 02:55:38 +02:00
|
|
|
MASTER_SITES= SF/futurebsd
|
2001-03-31 06:05:26 +02:00
|
|
|
PKGNAMESUFFIX= -kmod
|
|
|
|
|
2003-11-03 08:28:44 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= A plasma-effect screensaver kernel module
|
2001-03-31 06:05:26 +02:00
|
|
|
|
|
|
|
.if !exists(/usr/src/sys/dev/syscons/syscons.h)
|
2007-09-15 02:55:38 +02:00
|
|
|
IGNORE= requires kernel source (/usr/src/sys) to build
|
2001-03-31 06:05:26 +02:00
|
|
|
.endif
|
2004-02-05 21:38:07 +01:00
|
|
|
PLIST_FILES= lib/plasma_saver.ko
|
2001-03-31 06:05:26 +02:00
|
|
|
|
|
|
|
do-install:
|
2007-10-07 04:56:19 +02:00
|
|
|
${INSTALL_KLD} ${WRKSRC}/plasma_saver.ko ${PREFIX}/lib
|
2001-03-31 06:05:26 +02:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
@${SED} -e 's,%%PREFIX%%,${PREFIX},g' ${PKGMESSAGE}
|
|
|
|
|
2007-10-02 07:09:16 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${OSVERSION} >= 700042
|
|
|
|
.if ${ARCH} == "amd64"
|
|
|
|
BROKEN= Does not configure
|
|
|
|
.endif
|
|
|
|
.endif
|
2008-01-03 20:25:15 +01:00
|
|
|
.if ${OSVERSION} >= 800000
|
|
|
|
BROKEN= Does not build
|
|
|
|
.endif
|
2007-10-02 07:09:16 +02:00
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|