# Created by: bkoenig@cs.tu-berlin.de
# $FreeBSD: sysutils/mono-kmod/Makefile 333329 2013-11-09 19:13:27Z rene $

PORTNAME=	mono-kmod
PORTVERSION=	20070416
CATEGORIES=	sysutils
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
SUB_FILES=	pkg-message
PKGMESSAGE=	${WRKDIR}/pkg-message

NO_STAGE=	yes

USES=		kmod
.include <bsd.port.pre.mk>

PLIST_FILES=	"@cwd /%%KMODDIR%%"
PLIST_FILES+=	mono.ko

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

.include <bsd.port.post.mk>
