mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
b07f2f74d7
Submitted by: Tom McLaughlin <tmclaugh@sdf.lonestar.org> Project by: BSD# - http://forge.novell.com/modules/xfmod/project/?bsd-sharp Approved by: maintainer timeout (still no contact for months)
35 lines
859 B
Makefile
35 lines
859 B
Makefile
# New ports collection makefile for: MonoDoc
|
|
# Date created: 2004-08-13
|
|
# Friday the 13th!
|
|
# Whom: Christopher Nehren
|
|
#
|
|
# $Id: Makefile,v 1.14 2004/12/10 07:12:33 tmclau02 Exp $
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= monodoc
|
|
PORTVERSION= 1.0.5
|
|
CATEGORIES= devel gnome
|
|
MASTER_SITES= http://www.go-mono.com/archive/${PORTVERSION}/
|
|
|
|
MAINTAINER= tmclaugh@sdf.lonestar.org
|
|
COMMENT= Documentation browser for Mono and Mono libraries
|
|
|
|
BUILD_DEPENDS= gapi-fixup:${PORTSDIR}/x11-toolkits/gtk-sharp \
|
|
${LOCALBASE}/bin/lynx:${PORTSDIR}/www/lynx
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
USE_GNOME= gnomehack gnometarget
|
|
USE_X_PREFIX= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
|
|
USE_REINPLACE= yes
|
|
|
|
# Fix 'exec mono' not picking up libmap.conf settings.
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|mono |${LOCALBASE}/bin/mono |g' \
|
|
${WRKSRC}/monodoc.in
|
|
|
|
.include <bsd.port.mk>
|