mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
52dbc2f2bc
Project by: BSD# <http://www.mono-project.com/Mono:FreeBSD>
28 lines
681 B
Makefile
28 lines
681 B
Makefile
# New ports collection makefile for: MonoDoc
|
|
# Date created: 2004-08-13
|
|
# Friday the 13th!
|
|
# Whom: Christopher Nehren
|
|
#
|
|
# $FreeBSD$
|
|
# $Id: Makefile,v 1.34 2006/02/05 03:05:24 tmclau02 Exp $
|
|
#
|
|
|
|
PORTNAME= monodoc
|
|
PORTVERSION= 1.1.13
|
|
CATEGORIES= devel gnome
|
|
MASTER_SITES= http://www.go-mono.com/sources/${PORTNAME}/
|
|
|
|
MAINTAINER= bsd-sharp-list@forge.novell.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_X_PREFIX= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
|
|
.include "${.CURDIR}/../../lang/mono/bsd.mono.mk"
|
|
.include <bsd.port.mk>
|