mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
bf3fb1aac1
PR: ports/168224 Submitted by: sunpoet
46 lines
1.6 KiB
Makefile
46 lines
1.6 KiB
Makefile
# New ports collection makefile for: p5-Glib2
|
|
# Date created: 26 Oct 2003
|
|
# Whom: clsung@dragon2.net
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Glib2
|
|
PORTVERSION= 1.260
|
|
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
|
|
|
|
LICENSE= LGPL21
|
|
|
|
BUILD_DEPENDS= p5-ExtUtils-Depends>=0.300:${PORTSDIR}/devel/p5-ExtUtils-Depends \
|
|
p5-ExtUtils-PkgConfig>=1:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig
|
|
|
|
USE_GNOME= glib20
|
|
PERL_CONFIGURE= yes
|
|
MAKE_JOBS_UNSAFE= yes
|
|
WRKSRC= ${WRKDIR}/${PORTNAME:S/2//}-${PORTVERSION}
|
|
|
|
MAN3= Glib.3 Glib::BookmarkFile.3 Glib::Boxed.3 Glib::CodeGen.3 \
|
|
Glib::Error.3 Glib::Flags.3 Glib::GenPod.3 Glib::KeyFile.3 \
|
|
Glib::Log.3 Glib::MainLoop.3 Glib::MakeHelper.3 Glib::Markup.3 \
|
|
Glib::Object.3 Glib::Object::Subclass.3 Glib::OptionContext.3 \
|
|
Glib::OptionGroup.3 Glib::Param::Double.3 Glib::Param::Enum.3 \
|
|
Glib::Param::Flags.3 Glib::Param::GType.3 Glib::Param::Int.3 \
|
|
Glib::Param::Int64.3 Glib::Param::UInt.3 Glib::Param::UInt64.3 \
|
|
Glib::ParamSpec.3 Glib::ParseXSDoc.3 Glib::Signal.3 Glib::Type.3 \
|
|
Glib::Utils.3 Glib::devel.3 Glib::index.3 Glib::version.3 Glib::xsapi.3
|
|
|
|
pre-everything::
|
|
@${ECHO_MSG} "--------------------------------------------------------"
|
|
@${ECHO_MSG} "Some functions of this module require a threaded perl."
|
|
@${ECHO_MSG} "If you intend to use them or experience hangs when"
|
|
@${ECHO_MSG} "using this module, enable the THREADS option in perl."
|
|
@${ECHO_MSG} "--------------------------------------------------------"
|
|
|
|
.include <bsd.port.mk>
|