freebsd-ports/x11-toolkits/gtk-sharp/Makefile
Pav Lucistnik 2d7950b0cf - Update to 1.0
PR:		ports/68844
Submitted by:	John Merryweather Cooper <johnmary@adelphia.net> (maintainer)
2004-07-14 22:44:23 +00:00

30 lines
709 B
Makefile

# New ports collection makefile for: gtk-sharp
# Date created: 2003-01-01
# Whom: Juli Mallett
#
# $FreeBSD$
#
PORTNAME= gtk-sharp
PORTVERSION= 1.0
CATEGORIES= x11-toolkits
MASTER_SITES= http://mono2.ximian.com/archive/${PORTVERSION}/
MAINTAINER= coop9211@uidaho.edu
COMMENT= GTK+ and GNOME interfaces for the .NET runtime
BUILD_DEPENDS= mono:${PORTSDIR}/lang/mono
RUN_DEPENDS= ${BUILD_DEPENDS}
GNU_CONFIGURE= yes
USE_REINPLACE= yes
INSTALLS_SHLIB= yes
USE_GMAKE= yes
USE_PERL5_RUN= yes
USE_GNOME= gnomehack libgnomedb gtkhtml3 vte librsvg2
post-patch:
@${FIND} ${WRKSRC} -name '*.pl' | ${XARGS} ${REINPLACE_CMD} -e \
's|^#!/usr/bin/perl|#!${PERL}|'
.include <bsd.port.mk>