145963cb2b
Bad thing this have to be hardwired here, as it will be most probably forgotten next time some on the libs is updated. PR: ports/69118 Submitted by: John Merryweather Cooper <johnmary@adelphia.net> (maintainer)
31 lines
725 B
Makefile
31 lines
725 B
Makefile
# New ports collection makefile for: gtk-sharp
|
|
# Date created: 2003-01-01
|
|
# Whom: Juli Mallett
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gtk-sharp
|
|
PORTVERSION= 1.0
|
|
PORTREVISION= 1
|
|
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>
|