mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
28 lines
542 B
Makefile
28 lines
542 B
Makefile
# Created by: Rimvydas Jasinskas <zrj@ef.irc>
|
|
|
|
PORTNAME= fileobj
|
|
PORTVERSION= 0.7.55
|
|
PORTREVISION= 1
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= editors
|
|
|
|
MAINTAINER= zrj@dragonflybsd.org
|
|
COMMENT= Portable hex editor with vi like interface
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
GH_ACCOUNT= kusumi
|
|
USE_GITHUB= yes
|
|
|
|
USES= python:3.6+
|
|
USE_PYTHON= autoplist distutils concurrent optsuffix
|
|
|
|
PLIST_FILES= man/man1/fileobj.1.gz
|
|
|
|
post-install:
|
|
${INSTALL_MAN} ${WRKSRC}/doc/fileobj.1 \
|
|
${STAGEDIR}${MANPREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|