1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/x11-toolkits/gtk-sharp20/Makefile
Baptiste Daroussin 650f107d75 Convert to USES=mono
With hat:	portmgr
2014-05-26 13:29:39 +00:00

29 lines
648 B
Makefile

# Created by: Juli Mallett
# $FreeBSD$
PORTNAME= gtk-sharp
PORTVERSION= 2.12.10
PORTREVISION= 2
CATEGORIES= x11-toolkits
MASTER_SITES= GNOME
PKGNAMESUFFIX= 20
MAINTAINER= mono@FreeBSD.org
COMMENT= GTK+ and GNOME interfaces for the .NET runtime
RUN_DEPENDS= p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USE_GNOME= gtk20 libglade2
USES= gmake libtool:keepla mono pathfix perl5 pkgconfig shebangfix tar:bzip2
SHEBANG_FILES= parser/*.pl
USE_PERL5= run
MAKE_ENV= INSTALL_STRIP_FLAG=${STRIP}
post-patch:
@${REINPLACE_CMD} -e 's|glib/.*\.h>|glib.h>|g' \
${WRKSRC}/glib/glue/*.c
.include <bsd.port.mk>