2a31c39768
- Correct pkg-plist for gacutil changes with Mono 1.1.9.x - Include bsd.mono.mk. Approved by: ahze (mentor) Project by: BSD# <http://www.mono-project.com/Mono:FreeBSD>
28 lines
696 B
Makefile
28 lines
696 B
Makefile
# New ports collection makefile for: MonoDoc
|
|
# Date created: 2004-08-13
|
|
# Friday the 13th!
|
|
# Whom: Christopher Nehren
|
|
#
|
|
# $FreeBSD$
|
|
# $Id: Makefile,v 1.27 2005/10/22 06:02:36 tmclau02 Exp $
|
|
#
|
|
|
|
PORTNAME= monodoc
|
|
PORTVERSION= 1.1.9
|
|
PORTREVISION= 1
|
|
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>
|