mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
30 lines
687 B
Makefile
30 lines
687 B
Makefile
# New ports collection makefile for: p5-Gtk
|
|
# Version required: 0.3
|
|
# Date created: 28 Oct 1997
|
|
# Whom: Vanilla I. Shu <vanilla@MinJe.com.TW>
|
|
#
|
|
# $Id: Makefile,v 1.15 1998/09/22 22:55:56 asami Exp $
|
|
#
|
|
|
|
DISTNAME= Gtk-0.3
|
|
PKGNAME= p5-Gtk-0.3
|
|
CATEGORIES= x11-toolkits lang perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Gtk
|
|
|
|
MAINTAINER= vanilla@FreeBSD.ORG
|
|
|
|
LIB_DEPENDS= gtk11.1:${PORTSDIR}/x11-toolkits/gtk
|
|
# gdk_imlib.1:${PORTSDIR}/graphics/imlib
|
|
|
|
USE_PERL5= YES
|
|
|
|
MAN3= GtkColorSelectButton.3
|
|
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
|
|
|
do-configure:
|
|
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
|
|
# --with-gtkxhtml
|
|
|
|
.include <bsd.port.mk>
|