freebsd-ports/devel/p5-Glib2/Makefile
Steve Wills 96393a5695 - Takeover some of clsung's ports
Approved by:	pgollucci (mentor)
2010-12-09 02:36:55 +00:00

35 lines
910 B
Makefile

# 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>