diff options
Diffstat (limited to 'x11-toolkits/p5-Gtk/Makefile')
-rw-r--r-- | x11-toolkits/p5-Gtk/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/x11-toolkits/p5-Gtk/Makefile b/x11-toolkits/p5-Gtk/Makefile new file mode 100644 index 000000000000..25688d1d22fb --- /dev/null +++ b/x11-toolkits/p5-Gtk/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: p5-Gtk +# Version required: 0.1.17 +# Date created: 28 Oct 1997 +# Whom: Vanilla I. Shu <vanilla@MinJe.com.TW> +# +# $Id$ +# + +DISTNAME= Gtk-0.1.17 +PKGNAME= p5-Gtk-0.1.17 +CATEGORIES= x11 lang perl5 +MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/perl/ + +MAINTAINER= vanilla@MinJe.com.TW + +LIB_DEPENDS= gtk\\.1\\.:${PORTSDIR}/x11/gtk + +USE_PERL5= YES + +do-configure: + @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL + +.include <bsd.port.mk> |