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

29 lines
650 B
Makefile
Raw Normal View History

# 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$
#
PORTNAME= Gtk
PORTVERSION= 0.7003
CATEGORIES= x11-toolkits lang perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
1998-05-14 07:51:15 +00:00
MASTER_SITE_SUBDIR= Gtk
DISTNAME= ${PORTNAME}-Perl-${PORTVERSION}
PKGNAMEPREFIX= p5-
MAINTAINER= vanilla@FreeBSD.org
USE_PERL5= yes
2000-10-05 06:57:56 +00:00
USE_IMLIB= yes
MAN3= Gtk::GtkColorSelectButton.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
1998-05-14 07:51:15 +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}"
.include <bsd.port.mk>