1998-04-29 21:16:29 +00:00
|
|
|
# New ports collection makefile for: p5-Gtk
|
|
|
|
# Date created: 28 Oct 1997
|
|
|
|
# Whom: Vanilla I. Shu <vanilla@MinJe.com.TW>
|
|
|
|
#
|
1999-08-31 03:04:38 +00:00
|
|
|
# $FreeBSD$
|
1998-04-29 21:16:29 +00:00
|
|
|
#
|
|
|
|
|
2000-06-17 02:37:15 +00:00
|
|
|
PORTNAME= Gtk
|
2000-09-12 04:06:12 +00:00
|
|
|
PORTVERSION= 0.7003
|
1998-08-07 23:08:39 +00:00
|
|
|
CATEGORIES= x11-toolkits lang perl5
|
2000-09-12 04:06:12 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
1998-05-14 07:51:15 +00:00
|
|
|
MASTER_SITE_SUBDIR= Gtk
|
2000-06-17 02:37:15 +00:00
|
|
|
DISTNAME= ${PORTNAME}-Perl-${PORTVERSION}
|
|
|
|
PKGNAMEPREFIX= p5-
|
1998-04-29 21:16:29 +00:00
|
|
|
|
1999-08-31 06:53:31 +00:00
|
|
|
MAINTAINER= vanilla@FreeBSD.org
|
1998-04-29 21:16:29 +00:00
|
|
|
|
2000-06-17 02:37:15 +00:00
|
|
|
USE_PERL5= yes
|
2000-10-05 06:57:56 +00:00
|
|
|
USE_IMLIB= yes
|
1998-04-29 21:16:29 +00:00
|
|
|
|
1999-05-29 04:36:47 +00:00
|
|
|
MAN3= Gtk::GtkColorSelectButton.3
|
1998-08-19 14:30:39 +00:00
|
|
|
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
1998-05-14 07:51:15 +00:00
|
|
|
|
1998-04-29 21:16:29 +00:00
|
|
|
do-configure:
|
2000-10-05 06:57:56 +00:00
|
|
|
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL \
|
|
|
|
--with-gdkimlib --without-gnome CC="${CC}" CCFLAGS="${CFLAGS}"
|
1998-04-29 21:16:29 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|