aboutsummaryrefslogtreecommitdiffstats
path: root/misc/matrix-kmod/Makefile
blob: fed1197c8d03bc2d8939c4881124b52bc6d4cd03 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# New ports collection makefile for:    strijar
# Date created:             22 Dec 2000
# Whom:                 Oleg Belousov <strijar@urai.ru>
#
# $FreeBSD$
#

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

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

MAKE_ENV=   DESTDIR="${PREFIX}/lib/matrix"

.include <bsd.port.pre.mk>

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

pre-install:
    ${MKDIR} ${PREFIX}/lib/matrix/modules

.include <bsd.port.post.mk>