summaryrefslogblamecommitdiff
path: root/graphics/plasma-kmod/Makefile
blob: b6f1c3eb40ac025b1807f474af3b7336736fe54e (plain) (tree)
1
2
3
4
5
6
7
8
9






                                                                               
                      
                   
                 
                            
                                                  

                     
                                 
                                                         
 

                                                                
      
                                   
                           

           
                                                              

             
                             
 






                                  


                              

                           
# 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=	1
CATEGORIES=	graphics kld
MASTER_SITES=	SF/futurebsd/futurebsd/${PORTNAME}
PKGNAMESUFFIX=	-kmod

MAINTAINER=	ports@FreeBSD.org
COMMENT=	A plasma-effect screensaver kernel module

.if !exists(${SRC_BASE}/sys/dev/syscons/syscons.h)
IGNORE=		requires kernel source (in ${SRC_BASE}) to build
.endif
PLIST_FILES=	lib/plasma_saver.ko
SUB_FILES=	pkg-message

do-install:
	${INSTALL_KLD} ${WRKSRC}/plasma_saver.ko ${PREFIX}/lib

post-install:
	@${CAT} ${PKGMESSAGE}

.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 700042
.if ${ARCH} == "amd64"
BROKEN=		Does not configure
.endif
.endif
.if ${OSVERSION} >= 800000
BROKEN=		Does not build
.endif

.include <bsd.port.post.mk>