1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/misc/fbless/Makefile
Marcus von Appen 273cb9ed49 - Convert ports of misc/ to new USES=python
Approved by:	portmgr (implicit)
2014-10-20 17:59:37 +00:00

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>