freebsd-ports/x11-toolkits/gtk-sharp-devel/Makefile
Jeremy Messenger b2634dd1dc - Update to 1.0.8.
- Change the maintainership; it seems that I have accidented put old
  maintainer back in.

  http://www.freebsd.org/cgi/getmsg.cgi?fetch=297599+0+/usr/local/www/db/text/2005/cvs-all/20050220.cvs-all

Submitted by:	Tom McLaughlin <tmclaugh@sdf.lonestar.org>
Project by:	BSD# - http://forge.novell.com/modules/xfmod/project/?bsd-sharp
2005-04-03 06:51:26 +00:00

35 lines
843 B
Makefile

# New ports collection makefile for: gtk-sharp
# Date created: 2003-01-01
# Whom: Juli Mallett
#
# $Id: Makefile,v 1.15 2005/03/26 22:41:35 mezz7 Exp $
# $FreeBSD$
#
PORTNAME= gtk-sharp
PORTVERSION= 1.0.8
CATEGORIES= x11-toolkits
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= bsd-sharp-list@forge.novell.com
COMMENT= GTK+ and GNOME interfaces for the .NET runtime
BUILD_DEPENDS= mono:${PORTSDIR}/lang/mono
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_X_PREFIX= yes
USE_LIBTOOL_VER=15
USE_REINPLACE= yes
INSTALLS_SHLIB= yes
USE_GMAKE= yes
USE_PERL5_RUN= yes
USE_GNOME= gnomehack libgnomedb gtkhtml3 vte librsvg2
MAKE_ENV=MONO_SHARED_DIR=${WRKDIR}
post-patch:
@${FIND} ${WRKSRC} -name '*.pl' | ${XARGS} ${REINPLACE_CMD} -e \
's|^#!/usr/bin/perl|#!${PERL}|'
.include <bsd.port.mk>