mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
273cb9ed49
Approved by: portmgr (implicit)
19 lines
343 B
Makefile
19 lines
343 B
Makefile
# Created by: Alexander <alexander.4mail@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= fbless
|
|
PORTVERSION= 0.2.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= misc textproc python
|
|
|
|
MAINTAINER= alexander.4mail@gmail.com
|
|
COMMENT= Text-mode fb2 books reader
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= matimatik
|
|
GH_COMMIT= b6259ab
|
|
|
|
.include <bsd.port.mk>
|