aboutsummaryrefslogblamecommitdiff
path: root/devel/monodoc/Makefile
blob: bf8cd0bc599a2e2ebcd04bfdeaae393735b0c2b8 (plain) (tree)
1
2
3
4
5
6
7
8
9





                                               
                                                           

 
                       
                     
                 
                           
                                                                   
 
                                          
                                                         
 

                                          
 
                                     
                   

                   
                                      
 

                                                                          
 
                                                 
                      
# New ports collection makefile for:    MonoDoc
# Date created:         2004-08-13
# Friday the 13th!
# Whom:                 Christopher Nehren
#
# $FreeBSD$
#   $Id: Makefile,v 1.46 2007/09/08 22:26:20 killfill Exp $
#

PORTNAME=	monodoc
PORTVERSION=	1.2.5
PORTREVISION=	1
CATEGORIES=	devel gnome
MASTER_SITES=	http://ftp.novell.com/pub/mono/sources/${PORTNAME}/

MAINTAINER=	bsd-sharp@googlegroups.com
COMMENT=	Documentation for Mono and Mono libraries

BUILD_DEPENDS=	mono:${PORTSDIR}/lang/mono
RUN_DEPENDS=	mono:${PORTSDIR}/lang/mono

USE_GNOME=	gnomehack gnometarget
USE_ZIP=	yes
GNU_CONFIGURE=	yes
USE_GMAKE=	yes
CONFIGURE_ARGS=	--mandir=${PREFIX}/man

MAN1=		mdnormalizer.1 mdvalidator.1 monodocer.1 monodocs2html.1 \
		mdassembler.1 mdcs2ecma.1

.include "${.CURDIR}/../../lang/mono/bsd.mono.mk"
.include <bsd.port.mk>