diff options
Diffstat (limited to 'devel/monodoc/Makefile')
-rw-r--r-- | devel/monodoc/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/devel/monodoc/Makefile b/devel/monodoc/Makefile index bf8cd0bc599a..9aeb2f4d7650 100644 --- a/devel/monodoc/Makefile +++ b/devel/monodoc/Makefile @@ -4,16 +4,15 @@ # Whom: Christopher Nehren # # $FreeBSD$ -# $Id: Makefile,v 1.46 2007/09/08 22:26:20 killfill Exp $ +# $Id: Makefile,v 1.50 2007/12/13 19:33:57 killfill Exp $ # PORTNAME= monodoc -PORTVERSION= 1.2.5 -PORTREVISION= 1 +PORTVERSION= 2.0 CATEGORIES= devel gnome -MASTER_SITES= http://ftp.novell.com/pub/mono/sources/${PORTNAME}/ +MASTER_SITES= ftp://ftp.novell.com/pub/mono/sources/${PORTNAME}/ -MAINTAINER= bsd-sharp@googlegroups.com +MAINTAINER= mono@FreeBSD.org COMMENT= Documentation for Mono and Mono libraries BUILD_DEPENDS= mono:${PORTSDIR}/lang/mono @@ -26,7 +25,9 @@ USE_GMAKE= yes CONFIGURE_ARGS= --mandir=${PREFIX}/man MAN1= mdnormalizer.1 mdvalidator.1 monodocer.1 monodocs2html.1 \ - mdassembler.1 mdcs2ecma.1 + mdassembler.1 mdcs2ecma.1 mdoc-assemble.1 mdoc-export-html.1 \ + mdoc-export-msxdoc.1 mdoc-update.1 mdoc-validate.1 mdoc.1 +MAN5= mdoc.5 .include "${.CURDIR}/../../lang/mono/bsd.mono.mk" .include <bsd.port.mk> |