freebsd-ports/x11-toolkits/gtk-sharp/Makefile
Pav Lucistnik 1d45b6e08b - Don't hardcode shlib versions
- Libintl is not part of libc on FreeBSD

PR:		ports/70318
Submitted by:	Christopher Nehren <apeiron@comcast.net>
Approved by:	maintainer timeout (14 days)
2004-08-29 01:20:26 +00:00

31 lines
724 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= 2
CATEGORIES= x11-toolkits
MASTER_SITES= http://mono.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>