28b9b3306a
- remove USE_GROFF - regen patches from gleydson soares
30 lines
625 B
Makefile
30 lines
625 B
Makefile
# $OpenBSD: Makefile,v 1.8 2011/03/16 08:53:44 jasper Exp $
|
|
|
|
COMMENT = graphical documentation browser for Perl
|
|
|
|
DISTNAME = podbrowser-0.12
|
|
REVISION= 3
|
|
|
|
CATEGORIES = devel x11
|
|
|
|
HOMEPAGE = http://podbrowser.googlecode.com/
|
|
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
|
|
|
|
RUN_DEPENDS = devel/desktop-file-utils \
|
|
devel/p5-Locale-gettext \
|
|
devel/xdg-utils \
|
|
www/p5-HTML-Parser \
|
|
www/p5-URI \
|
|
x11/p5-Gtk2-Ex-PodViewer \
|
|
x11/p5-Gtk2-GladeXML
|
|
|
|
NO_REGRESS = Yes
|
|
|
|
.include <bsd.port.mk>
|