4f5620349f
USE_GNOME knob
30 lines
692 B
Makefile
30 lines
692 B
Makefile
# New ports collection makefile for: p5-GtkHTML
|
|
# Date created: 11 March 2001
|
|
# Whom: vanilla
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= GtkHTML
|
|
PORTVERSION= 0.7006
|
|
PORTREVISION= 1
|
|
CATEGORIES= www lang perl5 gnome
|
|
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
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
USE_GNOME= yes
|
|
PERL_CONFIGURE= yes
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME}
|
|
|
|
MAN3PREFIX= ${LOCALBASE}/lib/perl5/${PERL_VERSION}
|
|
MAN3= Gtk::HTML::reference.3pm
|
|
|
|
.include <bsd.port.mk>
|