2003-01-03 04:49:50 +01:00
|
|
|
# New ports collection makefile for: gtk-sharp
|
|
|
|
# Date created: 2003-01-01
|
|
|
|
# Whom: Juli Mallett
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gtk-sharp
|
2003-12-15 22:41:38 +01:00
|
|
|
PORTVERSION= 0.14
|
2003-01-03 04:49:50 +01:00
|
|
|
CATEGORIES= x11-toolkits
|
2003-01-27 04:52:28 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= gtk-sharp
|
2003-01-03 04:49:50 +01:00
|
|
|
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Gtk+ and GNOME interfaces for the .NET runtime
|
2003-01-03 04:49:50 +01:00
|
|
|
|
2003-12-15 22:41:38 +01:00
|
|
|
BUILD_DEPENDS+= mono:${PORTSDIR}/lang/mono \
|
|
|
|
gst-launch:${PORTSDIR}/multimedia/gstreamer
|
|
|
|
RUN_DEPENDS+= ${BUILD_DEPENDS}
|
2003-01-03 04:49:50 +01:00
|
|
|
|
|
|
|
USE_LIBTOOL= yes
|
2003-12-15 22:41:38 +01:00
|
|
|
USE_REINPLACE= yes
|
2003-01-03 04:49:50 +01:00
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
USE_GMAKE= yes
|
2003-12-15 22:41:38 +01:00
|
|
|
USE_GNOME= gnomehack libgda2 libgnomeui libgnomedb libgtkhtml
|
|
|
|
|
|
|
|
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
|
2003-01-03 04:49:50 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|