aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/mono-kmod/Makefile
blob: 5b777b09cf225d496848ee9410d7d3220bcd3613 (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
29
30
31
32
33
34
35
36
37
38
39
40
41
# Ports collection makefile for: mono-kmod
# Date created:     14 April 2007
# Whom:         bkoenig@cs.tu-berlin.de
#
# $FreeBSD$
#

PORTNAME=   mono-kmod
PORTVERSION=    20070416
CATEGORIES= sysutils kld
MASTER_SITES=   http://www.alpha-tierchen.de/pub/FreeBSD/ports/distfiles/

MAINTAINER= bkoenig@alpha-tierchen.de
COMMENT=    Execute .NET applications from command line

ONLY_FOR_ARCHS= i386 amd64 arm

USE_BZIP2=  yes
KMODDIR?=   /boot/modules
SUB_FILES=  pkg-message
PKGMESSAGE= ${WRKDIR}/pkg-message

.include <bsd.port.pre.mk>

SRC_BASE?=  /usr/src

PLIST_SUB=  KMODDIR=${KMODDIR}
MAKE_ENV+=  KMODDIR=${KMODDIR}

PLIST_FILES=    "@cwd %%KMODDIR%%"
PLIST_FILES+=   mono.ko
PLIST_FILES+=   "@unexec kldxref ${KMODDIR}"

.if !exists(${SRC_BASE}/sys/Makefile)
IGNORE=     requires kernel source to be installed
.endif

post-install:
    @${CAT} ${PKGMESSAGE}

.include <bsd.port.post.mk>