1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/x11-toolkits/p5-Gtk/Makefile

30 lines
720 B
Makefile
Raw Normal View History

# New ports collection makefile for: p5-Gtk
# Version required: 0.5121
# Date created: 28 Oct 1997
# Whom: Vanilla I. Shu <vanilla@MinJe.com.TW>
#
# $Id: Makefile,v 1.22 1999/03/15 18:30:06 nectar Exp $
#
DISTNAME= Gtk-Perl-0.5121
PKGNAME= p5-Gtk-0.5121
CATEGORIES= x11-toolkits lang perl5
1998-10-09 15:59:17 +00:00
MASTER_SITES= ftp://ftp.gtk.org/pub/gtk/perl/ \
${MASTER_SITE_PERL_CPAN}
1998-05-14 07:51:15 +00:00
MASTER_SITE_SUBDIR= Gtk
MAINTAINER= vanilla@FreeBSD.ORG
LIB_DEPENDS= gdk_imlib.4:${PORTSDIR}/graphics/imlib
USE_PERL5= YES
MAN3= Gtk::GtkColorSelectButton.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
1998-05-14 07:51:15 +00:00
do-configure:
1998-10-09 15:59:17 +00:00
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL \
--with-gdkimlib --without-gnome
.include <bsd.port.mk>