2004-10-25 23:27:18 +02:00
|
|
|
# New ports collection makefile for: MonoDoc
|
|
|
|
# Date created: 2004-08-13
|
|
|
|
# Friday the 13th!
|
|
|
|
# Whom: Christopher Nehren
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
2006-02-19 07:16:10 +01:00
|
|
|
# $Id: Makefile,v 1.34 2006/02/05 03:05:24 tmclau02 Exp $
|
2004-10-25 23:27:18 +02:00
|
|
|
#
|
|
|
|
|
2004-11-26 08:57:09 +01:00
|
|
|
PORTNAME= monodoc
|
2006-02-19 07:16:10 +01:00
|
|
|
PORTVERSION= 1.1.13
|
2004-11-26 08:57:09 +01:00
|
|
|
CATEGORIES= devel gnome
|
2005-07-10 23:37:55 +02:00
|
|
|
MASTER_SITES= http://www.go-mono.com/sources/${PORTNAME}/
|
2004-10-25 23:27:18 +02:00
|
|
|
|
2005-07-10 23:37:55 +02:00
|
|
|
MAINTAINER= bsd-sharp-list@forge.novell.com
|
|
|
|
COMMENT= Documentation for Mono and Mono libraries
|
2004-10-25 23:27:18 +02:00
|
|
|
|
2005-07-10 23:37:55 +02:00
|
|
|
BUILD_DEPENDS= mono:${PORTSDIR}/lang/mono
|
|
|
|
RUN_DEPENDS= mono:${PORTSDIR}/lang/mono
|
2004-10-25 23:27:18 +02:00
|
|
|
|
2004-11-26 08:57:09 +01:00
|
|
|
USE_GNOME= gnomehack gnometarget
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
|
2005-11-10 05:37:22 +01:00
|
|
|
.include "${.CURDIR}/../../lang/mono/bsd.mono.mk"
|
2004-10-25 23:27:18 +02:00
|
|
|
.include <bsd.port.mk>
|