diff options
Diffstat (limited to 'x11-toolkits/p5-Gnome/Makefile')
-rw-r--r-- | x11-toolkits/p5-Gnome/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/x11-toolkits/p5-Gnome/Makefile b/x11-toolkits/p5-Gnome/Makefile new file mode 100644 index 0000000..9052bbc --- /dev/null +++ b/x11-toolkits/p5-Gnome/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: p5-Gnome +# Date created: 30 Oct 2000 +# Whom: vanilla +# +# $FreeBSD$ +# + +PORTNAME= Gnome +PORTVERSION= 0.7004 +CATEGORIES= x11-toolkits lang perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Gtk +PKGNAMEPREFIX= p5- +DISTNAME= Gtk-Perl-${PORTVERSION} + +MAINTAINER= vanilla@FreeBSD.org + +RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/mach/Gtk/Gdk/ImlibImage.pm:${PORTSDIR}/x11-toolkits/p5-GdkImlib + +USE_PERL5= yes +USE_GNOME= yes +WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME} + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL \ + --with-panel CC="${CC}" CCFLAGS="${CFLAGS}" + +.include <bsd.port.mk> |