mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
e20ae67477
- Include bsd.port.mk once - Remove redundant variable declaration Approved by: portmgr (infrastructure blanket)
23 lines
449 B
Makefile
23 lines
449 B
Makefile
# 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>
|