4f0f40cb05
Approved by: portmgr (bapt@, blanket)
32 lines
829 B
Makefile
32 lines
829 B
Makefile
# New ports collection makefile for: p5-Gtk2-Ex-Dialogs
|
|
# Date created: 22 July 2008
|
|
# Whom: Paul Schmehl <pauls@utdallas.edu>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Gtk2-Ex-Dialogs
|
|
PORTVERSION= 0.11
|
|
PORTREVISION= 5
|
|
CATEGORIES= x11-toolkits perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= pauls@utdallas.edu
|
|
COMMENT= Useful tools for Gnome2/Gtk2 Perl GUI design
|
|
|
|
BUILD_DEPENDS= p5-File-Type>=0:${PORTSDIR}/devel/p5-File-Type \
|
|
p5-Gtk2-Ex-Utils>=0:${PORTSDIR}/x11-toolkits/p5-Gtk2-Ex-Utils
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
MAN3= Gtk2::Ex::Dialogs::Question.3 \
|
|
Gtk2::Ex::Dialogs::ChooseDirectory.3 \
|
|
Gtk2::Ex::Dialogs::Message.3 \
|
|
Gtk2::Ex::Dialogs::ErrorMsg.3 \
|
|
Gtk2::Ex::Dialogs::ChooseFile.3 \
|
|
Gtk2::Ex::Dialogs::ChoosePreviewFile.3 \
|
|
Gtk2::Ex::Dialogs.3
|
|
|
|
.include <bsd.port.mk>
|