2004-10-25 23:27:18 +02:00
|
|
|
# New ports collection makefile for: MonoDoc
|
|
|
|
# Date created: 2004-08-13
|
|
|
|
# Friday the 13th!
|
|
|
|
# Whom: Christopher Nehren
|
|
|
|
#
|
2005-05-16 08:33:52 +02:00
|
|
|
# $Id: Makefile,v 1.17 2005/05/16 02:37:15 mezz7 Exp $
|
2004-10-25 23:27:18 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2004-11-26 08:57:09 +01:00
|
|
|
PORTNAME= monodoc
|
2005-02-27 05:27:54 +01:00
|
|
|
PORTVERSION= 1.0.6
|
2005-05-16 08:33:52 +02:00
|
|
|
PORTREVISION= 2
|
2004-11-26 08:57:09 +01:00
|
|
|
CATEGORIES= devel gnome
|
|
|
|
MASTER_SITES= http://www.go-mono.com/archive/${PORTVERSION}/
|
2004-10-25 23:27:18 +02:00
|
|
|
|
2004-11-26 08:57:09 +01:00
|
|
|
MAINTAINER= tmclaugh@sdf.lonestar.org
|
|
|
|
COMMENT= Documentation browser for Mono and Mono libraries
|
2004-10-25 23:27:18 +02:00
|
|
|
|
2004-11-26 08:57:09 +01:00
|
|
|
BUILD_DEPENDS= gapi-fixup:${PORTSDIR}/x11-toolkits/gtk-sharp \
|
|
|
|
${LOCALBASE}/bin/lynx:${PORTSDIR}/www/lynx
|
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
2004-10-25 23:27:18 +02:00
|
|
|
|
2004-11-26 08:57:09 +01:00
|
|
|
USE_GNOME= gnomehack gnometarget
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
|
|
|
|
USE_REINPLACE= yes
|
2004-10-25 23:27:18 +02:00
|
|
|
|
|
|
|
# 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>
|