freebsd-ports/x11-toolkits/gnome-desktop-sharp20/Makefile

26 lines
636 B
Makefile
Raw Normal View History

# Created by: pneumann@gmail.com
# $FreeBSD$
PORTNAME= gnome-desktop-sharp
PORTVERSION= 2.26.0
2012-06-01 07:26:28 +02:00
PORTREVISION= 7
CATEGORIES= x11-toolkits
MASTER_SITES= GNOME
MAINTAINER= mono@FreeBSD.org
COMMENT= GNOME desktop interfaces for the .NET runtime
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
2014-05-26 15:29:39 +02:00
USES= gmake mono perl5 pathfix pkgconfig tar:bzip2
USE_PERL5= run
USE_GNOME= gnomepanel gtkhtml3 gtksharp20 gnomesharp20 librsvg2 vte \
libgnomeprintui gtksourceview2 gnomepanel libwnck
post-patch:
@${FIND} ${WRKSRC} -name '*.pl' | ${XARGS} ${REINPLACE_CMD} -e \
's|^#!/usr/bin/perl|#!${PERL}|'
.include <bsd.port.mk>