summaryrefslogtreecommitdiff
path: root/x11-toolkits/p5-Gnome/Makefile
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2000-10-29 21:49:44 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2000-10-29 21:49:44 +0000
commitbf43cbab0cdf18aeb7f6db35fcea5544390583ce (patch)
treeb31c552d1fb32c049cd7750ae7a924ced57277ff /x11-toolkits/p5-Gnome/Makefile
parentIt's a perl module to access glade library. (diff)
It's a perl module to access gnome library.
Notes
Notes: svn path=/head/; revision=34418
Diffstat (limited to 'x11-toolkits/p5-Gnome/Makefile')
-rw-r--r--x11-toolkits/p5-Gnome/Makefile28
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 000000000000..9052bbc66419
--- /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>