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

28 lines
637 B
Makefile
Raw Normal View History

# New ports collection makefile for: p5-Gtk
1998-06-01 23:32:54 +00:00
# Version required: 0.2.2
# Date created: 28 Oct 1997
# Whom: Vanilla I. Shu <vanilla@MinJe.com.TW>
#
# $Id: Makefile,v 1.11 1998/08/07 23:08:38 asami Exp $
#
1998-06-01 23:32:54 +00:00
DISTNAME= Gtk-0.2.2
PKGNAME= p5-Gtk-0.2.2
CATEGORIES= x11-toolkits lang perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
1998-05-14 07:51:15 +00:00
MASTER_SITE_SUBDIR= Gtk
MAINTAINER= vanilla@FreeBSD.ORG
LIB_DEPENDS= gtk\\.1\\.:${PORTSDIR}/x11-toolkits/gtk
USE_PERL5= YES
1998-05-14 07:51:15 +00:00
MAN3= GtkColorSelectButton.3
1998-08-06 15:18:27 +00:00
MANPREFIX= ${PREFIX}/lib/perl5/5.00501
1998-05-14 07:51:15 +00:00
do-configure:
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL
.include <bsd.port.mk>