mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 04:16:27 -04:00
20 lines
350 B
Makefile
20 lines
350 B
Makefile
# Created by: Alexander <alexander.4mail@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= fbless
|
|
PORTVERSION= 0.2.3
|
|
CATEGORIES= misc textproc python
|
|
|
|
MAINTAINER= alexander.4mail@gmail.com
|
|
COMMENT= Text-mode fb2 books reader
|
|
|
|
BROKEN= unfetchable
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USES= python:2.7
|
|
USE_PYTHON= distutils
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= matimatik
|
|
|
|
.include <bsd.port.mk>
|