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$
|
2007-03-17 04:49:58 +01:00
|
|
|
# $Id: Makefile,v 1.40 2007/02/07 15:44:59 killfill Exp $
|
2004-10-25 23:27:18 +02:00
|
|
|
#
|
|
|
|
|
2004-11-26 08:57:09 +01:00
|
|
|
PORTNAME= monodoc
|
2007-03-17 04:49:58 +01:00
|
|
|
PORTVERSION= 1.2.3
|
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
|
2007-02-04 23:00:52 +01:00
|
|
|
USE_ZIP= yes
|
2004-11-26 08:57:09 +01:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
|
2007-03-17 04:49:58 +01:00
|
|
|
MAN1= mdnormalizer.1 mdvalidator.1 monodocer.1 monodocs2html.1 \
|
|
|
|
mdassembler.1 mdcs2ecma.1
|
2007-02-04 23:00:52 +01:00
|
|
|
|
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>
|