summaryrefslogblamecommitdiff
path: root/misc/matrix-kmod/Makefile
blob: 4dc94460f90d5edaa1cca8bf77f109fef59b89d7 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                                       
                 

                                                 
                     
 
                               
                                                                       
 
                                 




                                                              






                                           



                                             



                                                                        

                           
# New ports collection makefile for:	strijar
# Date created:				22 Dec 2000
# Whom:					Oleg Belousov <strijar@urai.ru>
#
# $FreeBSD$
#

PORTNAME=	matrix
PORTVERSION=	1.2
PORTREVISION=	1
CATEGORIES=	misc
MASTER_SITES=	http://www.belousov.com/download/
PKGNAMESUFFIX=	-kmod

MAINTAINER=	strijar@urai.ru
COMMENT=	Screensaver for console (matrix_saver.ko) "Matrix" like

KMODDIR=	${PREFIX}/modules
SYSDIR?=	${SRC_BASE}/sys
.if !exists(${SYSDIR}/dev/syscons/syscons.h)
IGNORE=		Requires kernel source (/usr/src/sys) to build
.endif
MAKE_ENV+=	WERROR=

.include <bsd.port.pre.mk>

.if ${OSVERSION} < 400000
BROKEN=		"Need FreeBSD 4.0 or above"
.endif

.if ${ARCH} == "sparc64"
BROKEN=		"Does not compile on sparc64"
.endif

do-install:
	@${MKDIR} ${KMODDIR}
	${INSTALL_SCRIPT} ${FILESDIR}/matrix_saver.sh ${PREFIX}/etc/rc.d
	${INSTALL_SCRIPT} ${WRKSRC}/*.ko ${KMODDIR}

.include <bsd.port.post.mk>