mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
450aec7485
this, and there are some non-trivial GC problems to overcome. Hopefully someone will step up with a passion for .NET.
35 lines
843 B
Makefile
35 lines
843 B
Makefile
# New ports collection makefile for: gtk-sharp
|
|
# Date created: 2003-01-01
|
|
# Whom: Juli Mallett
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gtk-sharp
|
|
PORTVERSION= 0.17
|
|
PORTREVISION= 4
|
|
CATEGORIES= x11-toolkits
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= gtk-sharp
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Gtk+ and GNOME interfaces for the .NET runtime
|
|
|
|
BUILD_DEPENDS+= mono:${PORTSDIR}/lang/mono \
|
|
gst-launch:${PORTSDIR}/multimedia/gstreamer
|
|
RUN_DEPENDS+= ${BUILD_DEPENDS}
|
|
|
|
USE_LIBTOOL_VER=13
|
|
USE_REINPLACE= yes
|
|
INSTALLS_SHLIB= yes
|
|
USE_GMAKE= yes
|
|
USE_GNOME= gnomehack libgnomedb gtkhtml3 vte librsvg2
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|lib/pkgconfig|libdata/pkgconfig|g' \
|
|
${WRKSRC}/Makefile.in
|
|
@${REINPLACE_CMD} -e 's|lib/pkgconfig|libdata/pkgconfig|g' \
|
|
${WRKSRC}/parser/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|