diff options
Diffstat (limited to 'x11-toolkits/p5-Gtk2-TrayIcon/Makefile')
-rw-r--r-- | x11-toolkits/p5-Gtk2-TrayIcon/Makefile | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/x11-toolkits/p5-Gtk2-TrayIcon/Makefile b/x11-toolkits/p5-Gtk2-TrayIcon/Makefile new file mode 100644 index 0000000..0b9bf16 --- /dev/null +++ b/x11-toolkits/p5-Gtk2-TrayIcon/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: Gtk2-TrayIcon +# Date created: Jan 11 2005 +# Whom: Florent Thoumie <flz@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Gtk2-TrayIcon +PORTVERSION= 0.03 +CATEGORIES= x11-toolkits +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= ../../authors/id/M/ML/MLEHMANN/ +PKGNAMEPREFIX= p5- + +MAINTAINER= ports@FreeBSD.org +COMMENT= Perl interface to the EggTrayIcon library + +BUILD_DEPENDS= ${SITE_PERL}/ExtUtils/Depends.pm:${PORTSDIR}/devel/p5-ExtUtils-Depends \ + ${SITE_PERL}/ExtUtils/PkgConfig.pm:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig \ + ${SITE_PERL}/${PERL_ARCH}/Gtk2.pm:${PORTSDIR}/x11-toolkits/p5-Gtk2 +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= Gtk2::TrayIcon.3 + +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500800 +IGNORE= "Needs perl 5.8.0 or higher, install lang/perl5.8 and try again" +.endif + +.include <bsd.port.post.mk> |