mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 18:06:27 -04:00
25 lines
535 B
Makefile
25 lines
535 B
Makefile
PORTNAME= fileobj
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.8.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= editors
|
|
|
|
MAINTAINER= tkusumi@netbsd.org
|
|
COMMENT= Portable hex editor with vi like interface
|
|
WWW= https://github.com/kusumi/fileobj
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= python
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= kusumi
|
|
USE_PYTHON= autoplist concurrent distutils optsuffix
|
|
|
|
PLIST_FILES= share/man/man1/fileobj.1.gz
|
|
|
|
post-install:
|
|
${INSTALL_MAN} ${WRKSRC}/doc/fileobj.1 \
|
|
${STAGEDIR}${PREFIX}/share/man/man1
|
|
|
|
.include <bsd.port.mk>
|