blob: e9d08cfa0291e48cc81f599496283a12218f1d81 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Created by: bkoenig@cs.tu-berlin.de
# $FreeBSD$
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
USES= kmod uidfix
PLIST_FILES= "@cwd /%%KMODDIR%%"
PLIST_FILES+= mono.ko
.include <bsd.port.mk>
|