diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-04-29 21:16:29 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-04-29 21:16:29 +0000 |
commit | d2a5e0a412d7b680a0fa1af5f9722163c509a2a3 (patch) | |
tree | 13dcd49ff208a30bf66395f7fbe3d5e481f81de1 /x11-toolkits/p5-Gtk/Makefile | |
parent | d6fcd7b2c5e5b53769e12c622d83495adb460480 (diff) |
Import p5-Gtk, It's gtk perl interface.
Notes
Notes:
svn path=/head/; revision=10764
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> |