freebsd-ports/graphics/plasma-kmod/Makefile

41 lines
848 B
Makefile
Raw Normal View History

# 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
PORTVERSION= 0.1
PORTREVISION= 1
CATEGORIES= graphics kld
MASTER_SITES= SF/futurebsd
PKGNAMESUFFIX= -kmod
MAINTAINER= ports@FreeBSD.org
COMMENT= A plasma-effect screensaver kernel module
.if !exists(/usr/src/sys/dev/syscons/syscons.h)
IGNORE= requires kernel source (/usr/src/sys) to build
.endif
2004-02-05 21:38:07 +01:00
PLIST_FILES= lib/plasma_saver.ko
do-install:
${INSTALL_KLD} ${WRKSRC}/plasma_saver.ko ${PREFIX}/lib
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>