3896bfc1ff
PR: 24614 Submitted by: George Reid <greid@ukug.uk.freebsd.org>
27 lines
608 B
Makefile
27 lines
608 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
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://ukug.uk.freebsd.org/~greid/
|
|
PKGNAMESUFFIX= -kmod
|
|
|
|
MAINTAINER= greid@ukug.uk.freebsd.org
|
|
|
|
.if !exists(/usr/src/sys/dev/syscons/syscons.h)
|
|
BROKEN= "Requires kernel source (/usr/src/sys) to build"
|
|
.endif
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/plasma_saver.ko ${PREFIX}/lib
|
|
|
|
post-install:
|
|
@${SED} -e 's,%%PREFIX%%,${PREFIX},g' ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|