mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
19 lines
344 B
Makefile
19 lines
344 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
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= matimatik
|
|
GH_COMMIT= b6259ab
|
|
|
|
.include <bsd.port.mk>
|