2013-09-21 01:57:47 +02:00
|
|
|
# Created by: Paul Schmehl <pauls@utdallas.edu>
|
2008-08-20 01:01:46 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Gtk2-GladeXML
|
2009-07-09 21:06:58 +02:00
|
|
|
PORTVERSION= 1.007
|
2016-12-08 20:52:19 +01:00
|
|
|
PORTREVISION= 5
|
2008-08-20 01:01:46 +02:00
|
|
|
CATEGORIES= x11-toolkits perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2015-01-13 13:24:07 +01:00
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
2008-08-20 01:01:46 +02:00
|
|
|
COMMENT= Creates users interfaces directly from Glade XML files
|
|
|
|
|
2015-01-13 13:24:07 +01:00
|
|
|
LICENSE= LGPL20
|
|
|
|
|
2016-04-01 16:33:55 +02:00
|
|
|
BUILD_DEPENDS= p5-Glib2>=1.00:devel/p5-Glib2 \
|
|
|
|
p5-ExtUtils-Depends>=0.3:devel/p5-ExtUtils-Depends \
|
|
|
|
p5-ExtUtils-PkgConfig>=1.1:devel/p5-ExtUtils-PkgConfig \
|
|
|
|
p5-Gtk2>=1.060:x11-toolkits/p5-Gtk2 \
|
|
|
|
p5-Cairo>=0:graphics/p5-Cairo
|
|
|
|
RUN_DEPENDS= p5-Glib2>=1.00:devel/p5-Glib2 \
|
|
|
|
p5-Gtk2>=1.060:x11-toolkits/p5-Gtk2
|
2008-08-20 01:01:46 +02:00
|
|
|
|
|
|
|
USE_GNOME= libglade2
|
|
|
|
|
2019-11-08 12:21:02 +01:00
|
|
|
USES= gnome perl5
|
2013-09-02 11:36:29 +02:00
|
|
|
USE_PERL5= configure
|
2008-08-20 01:01:46 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|