blob: 8414737f22b9dd43396e2793fefa93d5f8c2f9cf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
# New ports collection makefile for: MonoDoc
# Date created: 2004-08-13
# Friday the 13th!
# Whom: Christopher Nehren
#
# $Id: Makefile,v 1.16 2005/02/18 04:45:26 tmclau02 Exp $
# $FreeBSD$
#
PORTNAME= monodoc
PORTVERSION= 1.0.6
PORTREVISION= 1
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>
|