29 lines
639 B
Makefile
29 lines
639 B
Makefile
# $OpenBSD: Makefile,v 1.6 2010/10/19 08:13:59 espie Exp $
|
|
|
|
COMMENT = graphical documentation browser for Perl
|
|
|
|
DISTNAME = podbrowser-0.12
|
|
REVISION= 2
|
|
|
|
CATEGORIES = devel x11
|
|
|
|
HOMEPAGE = http://code.google.com/p/podbrowser/
|
|
MASTER_SITES = http://jodrell.net/files/unsupported/podbrowser/
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
USE_GROFF = Yes
|
|
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
|
|
|
|
.include <bsd.port.mk>
|