1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/graphics/plasma-kmod/Makefile
Edwin Groothuis 9211852666 fix fetch for graphics/plasma-kmod
PR:		ports/45959
Submitted by:	Mark Linimon <linimon@lonesome.com>
2002-12-12 07:46:51 +00:00

27 lines
609 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://users.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>