1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/x11-toolkits/p5-Glade/Makefile
2001-03-12 08:47:11 +00:00

26 lines
603 B
Makefile

# New ports collection makefile for: p5-Glade
# Date created: 30 Oct 2000
# Whom: vanilla
#
# $FreeBSD$
#
PORTNAME= Glade
PORTVERSION= 0.7005
CATEGORIES= x11-toolkits lang perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Gtk
PKGNAMEPREFIX= p5-
DISTNAME= Gtk-Perl-${PORTVERSION}
MAINTAINER= vanilla@FreeBSD.org
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Gnome.pm:${PORTSDIR}/x11-toolkits/p5-Gnome
LIB_DEPENDS= glade.4:${PORTSDIR}/devel/libglade
USE_GNOME= yes
PERL_CONFIGURE= yes
WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME}
.include <bsd.port.mk>