aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gtk-sharp20/Makefile
blob: 5c43cbf9a54a7f2f1e24272cad9a5743abdabdf0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# New ports collection makefile for:    gtk-sharp
# Date created:         2003-01-01
# Whom:                 Juli Mallett
#
# $FreeBSD$
#

PORTNAME=   gtk-sharp
PORTVERSION=    1.0
PORTREVISION=   1
CATEGORIES= x11-toolkits
MASTER_SITES=   http://mono2.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>
d> * - Cleanup CHMOD after r390893sunpoet2015-06-291-2/+0 | * - Strip shared librarysunpoet2015-06-151-0/+6 | | | | - Bump PORTREVISION for package change * - Update to 2.068sunpoet2014-12-241-1/+1 | | | | Changes: http://search.cpan.org/dist/Compress-Raw-Zlib/Changes * - Update to 2.067sunpoet2014-12-131-2/+1 | | | | Changes: http://search.cpan.org/dist/Compress-Raw-Zlib/Changes * Change the way Perl modules are installed, update the default Perl to 5.18.mat2014-11-261-0/+1 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, we had: site_perl : lib/perl5/site_perl/5.18 site_perl/perl_arch : lib/perl5/site_perl/5.18/mach perl_man3 : lib/perl5/5.18/man/man3 Now we have: site_perl : lib/perl5/site_perl site_arch : lib/perl5/site_perl/mach/5.18 perl_man3 : lib/perl5/site_perl/man/man3 Modules without any .so will be installed at the same place regardless of the Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr * - Update to 2.066sunpoet2014-09-301-1/+1 | | | | | | - Cleanup PLIST Changes: http://search.cpan.org/dist/Compress-Raw-Zlib/Changes * - Update to 2.065sunpoet2014-02-051-1/+1 | | | | Changes: http://search.cpan.org/dist/Compress-Raw-Zlib/Changes * - Update to 2.064sunpoet2014-02-041-1/+1 | | | | Changes: http://search.cpan.org/dist/Compress-Raw-Zlib/Changes * - Update to 2.063sunpoet2013-11-031-1/+1 | | | | Changes: http://search.cpan.org/dist/Compress-Raw-Zlib/Changes * - Support STAGEDIRsunpoet2013-09-301-3/+0 | * Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-201-0/+1 | | | | archivers) * - Convert to new perl frameworksunpoet2013-08-211-1/+2 | * - Update to 2.062sunpoet2013-08-171-1/+1 | | | | Changes: http://search.cpan.org/dist/Compress-Raw-Zlib/Changes * - Update to 2.061sunpoet2013-06-091-1/+1 | | | | Changes: http://search.cpan.org/dist/Compress-Raw-Zlib/Changes * - Update to 2.060sunpoet2013-01-31