aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Glib2/Makefile
blob: 7c3bea6140986c47468e70dccd1b3e48fcdd264d (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
32
33
34
35
# New ports collection makefile for:    p5-Glib2
# Date created:             26 Oct 2003
# Whom:                 clsung@dragon2.net
#
# $FreeBSD$
#

PORTNAME=   Glib2
PORTVERSION=    1.223
CATEGORIES= devel perl5
MASTER_SITES=   CPAN/Glib SF/gtk2-perl/Glib/${PORTVERSION}
PKGNAMEPREFIX=  p5-
DISTNAME=   Glib-${PORTVERSION}

MAINTAINER= swills@FreeBSD.org
COMMENT=    This module provides access to Glib and GObject libraries

BUILD_DEPENDS=  ${SITE_PERL}/ExtUtils/PkgConfig.pm:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig \
        ${SITE_PERL}/ExtUtils/Depends.pm:${PORTSDIR}/devel/p5-ExtUtils-Depends

USE_GNOME=  glib20
PERL_CONFIGURE= yes
WRKSRC=     ${WRKDIR}/${PORTNAME:S/2//}-${PORTVERSION}

.include <bsd.port.pre.mk>

.if ${OSVERSION} < 700000
BROKEN=     does not compile on 6.X
.endif

post-install:
    @cd ${WRKSRC}/blib/man3 && ${FIND} * -name "*.3" | ${SED} \
        's,^,${MAN3PREFIX:S,^${PREFIX}/,,}/man/man3/,' >> ${TMPPLIST}

.include <bsd.port.post.mk>