blob: 25688d1d22fbfab138c2dc573463c8f03976ed41 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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>
|