mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
98f7799bfc
=== cc -c -I/usr/X11R6/include/gtk11 -I/usr/X11R6/include -I/usr/local/include/glib -I/usr/local/include -O -pipe -DVERSION=\"0.4\" -DXS_VERSION=\"0.4\" -DPIC -fpic -I/usr/local/lib/perl5/5.00502/i386-freebsd/CORE GtkDefs.c GtkDefs.c: In function `Gtk_InstallTypedefs': GtkDefs.c:2559: `GDK_OTHER_EVENT' undeclared (first use this function) GtkDefs.c:2559: (Each undeclared identifier is reported only once GtkDefs.c:2559: for each function it appears in.) GtkDefs.c:2712: `PIXELS_METRIC' undeclared (first use this function) GtkDefs.c:2713: `POINTS_METRIC' undeclared (first use this function) *** Error code 1 Stop.
33 lines
745 B
Makefile
33 lines
745 B
Makefile
# New ports collection makefile for: p5-Gtk
|
|
# Version required: 0.4
|
|
# Date created: 28 Oct 1997
|
|
# Whom: Vanilla I. Shu <vanilla@MinJe.com.TW>
|
|
#
|
|
# $Id: Makefile,v 1.18 1998/10/19 15:40:18 vanilla Exp $
|
|
#
|
|
|
|
DISTNAME= Gtk-0.4
|
|
PKGNAME= p5-Gtk-0.4
|
|
CATEGORIES= x11-toolkits lang perl5
|
|
MASTER_SITES= ftp://ftp.gtk.org/pub/gtk/perl/ \
|
|
${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Gtk
|
|
|
|
MAINTAINER= vanilla@FreeBSD.ORG
|
|
|
|
LIB_DEPENDS= gtk11.1:${PORTSDIR}/x11-toolkits/gtk11 \
|
|
gdk_imlib.1:${PORTSDIR}/graphics/imlib
|
|
|
|
BROKEN= build
|
|
|
|
USE_PERL5= YES
|
|
|
|
MAN3= GtkColorSelectButton.3
|
|
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
|
|
|
do-configure:
|
|
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL \
|
|
--with-gdkimlib
|
|
|
|
.include <bsd.port.mk>
|