2010-11-22 03:36:47 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.7 2010/11/22 08:37:04 espie Exp $
|
2009-09-05 04:44:15 -04:00
|
|
|
|
|
|
|
COMMENT = graphical documentation browser for Perl
|
|
|
|
|
|
|
|
DISTNAME = podbrowser-0.12
|
2010-07-30 02:58:57 -04:00
|
|
|
REVISION= 2
|
2009-12-21 15:46:00 -05:00
|
|
|
|
2009-09-05 04:44:15 -04:00
|
|
|
CATEGORIES = devel x11
|
|
|
|
|
2010-04-21 04:56:42 -04:00
|
|
|
HOMEPAGE = http://code.google.com/p/podbrowser/
|
|
|
|
MASTER_SITES = http://jodrell.net/files/unsupported/podbrowser/
|
2009-09-05 04:44:15 -04:00
|
|
|
|
|
|
|
# GPLv2
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
|
2010-10-19 04:13:56 -04:00
|
|
|
USE_GROFF = Yes
|
2010-11-22 03:36:47 -05:00
|
|
|
RUN_DEPENDS = x11/p5-Gtk2-GladeXML \
|
|
|
|
devel/p5-Locale-gettext \
|
|
|
|
x11/p5-Gtk2-Ex-PodViewer \
|
|
|
|
www/p5-HTML-Parser \
|
|
|
|
www/p5-URI \
|
|
|
|
devel/desktop-file-utils \
|
|
|
|
devel/xdg-utils
|
2009-09-05 04:44:15 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|