freebsd-ports/x11-toolkits/p5-Gtk2-Html2/Makefile
2012-07-27 14:21:06 +00:00

36 lines
1,021 B
Makefile

# ex:ts=8
# Ports collection makefile for: p5-Gtk2-Html2
# Date created: Apr 20, 2004
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= Gtk2-Html2
PORTVERSION= 0.03
PORTREVISION= 9
CATEGORIES= x11-toolkits perl5
MASTER_SITES= http://asofyet.org/muppet/software/gtk2-perl/
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= Perl module for gtkhtml2 html display widget with Gtk2-Perl
BUILD_DEPENDS= p5-ExtUtils-Depends>=0:${PORTSDIR}/devel/p5-ExtUtils-Depends \
p5-ExtUtils-PkgConfig>=0:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig \
p5-Glib2>=0:${PORTSDIR}/devel/p5-Glib2 \
p5-Gtk2>=0:${PORTSDIR}/x11-toolkits/p5-Gtk2 \
p5-Cairo>=0:${PORTSDIR}/graphics/p5-Cairo
RUN_DEPENDS= p5-Glib2>=0:${PORTSDIR}/devel/p5-Glib2 \
p5-Gtk2>=0:${PORTSDIR}/x11-toolkits/p5-Gtk2
USE_GNOME= libgtkhtml
USE_PKGCONFIG= build
PERL_CONFIGURE= yes
MAKE_JOBS_UNSAFE= yes
post-install:
@cd ${WRKSRC}/blib/man3 && ${FIND} * -name "*.3" | ${SED} \
's,^,${MAN3PREFIX:S,^${PREFIX}/,,}/man/man3/,' >> ${TMPPLIST}
.include <bsd.port.mk>