mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
d3fbddc569
With hat: portmgr
34 lines
876 B
Makefile
34 lines
876 B
Makefile
# New ports collection makefile for: p5-Gtk2-GladeXML
|
|
# Date created: 2004-08-03
|
|
# Whom: ports@c0decafe.net
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Glade
|
|
PORTVERSION= 1.007
|
|
PORTREVISION= 3
|
|
CATEGORIES= x11-toolkits gnome perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:TSCH
|
|
PKGNAMEPREFIX= p5-
|
|
PKGNAMESUFFIX= 2
|
|
DISTNAME= Gtk2-GladeXML-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Gtk2-Perl bindings to libglade2
|
|
|
|
EXTRACT_DEPENDS=p5-ExtUtils-Depends>=0:${PORTSDIR}/devel/p5-ExtUtils-Depends
|
|
BUILD_DEPENDS= p5-ExtUtils-Depends>=0:${PORTSDIR}/devel/p5-ExtUtils-Depends \
|
|
p5-Cairo>=0:${PORTSDIR}/graphics/p5-Cairo \
|
|
p5-Gtk2>=0:${PORTSDIR}/x11-toolkits/p5-Gtk2 \
|
|
p5-ExtUtils-PkgConfig>=0:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig
|
|
RUN_DEPENDS= p5-Gtk2>=0:${PORTSDIR}/x11-toolkits/p5-Gtk2
|
|
|
|
USE_GNOME= libglade2
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Gtk2::GladeXML.3
|
|
|
|
.include <bsd.port.mk>
|