mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
63f5eeef8a
With hat: portmgr
29 lines
549 B
Makefile
29 lines
549 B
Makefile
# Created by: Rimvydas Jasinskas <zrj@ef.irc>
|
|
# $FreeBSD$
|
|
|
|
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
|
|
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>
|