Using this program you can easily enjoy xkcd comics by Randall Munroe without any browser, simply using this graphical front-end. Totally useless and slacking-compliant, so we need it in the portstree.
27 lines
512 B
Makefile
27 lines
512 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2009/06/07 09:01:39 landry Exp $
|
|
|
|
COMMENT= XKCD comic viewer
|
|
|
|
DISTNAME= XKCD_viewer-0.1
|
|
PKGNAME= ${DISTNAME:L:S/_/-/}
|
|
CATEGORIES= misc
|
|
|
|
MASTER_SITES= http://www.autistici.org/fox/files/XKCD_viewer/
|
|
|
|
# GPLv3
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WRKSRC= ${WRKDIR}/XKCD_viewer
|
|
MODULES= perl
|
|
|
|
CONFIGURE_STYLE=perl
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= ::x11/p5-Gtk2 \
|
|
::www/p5-libwww
|
|
|
|
.include <bsd.port.mk>
|