1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00
freebsd-ports/editors/fileobj/Makefile
Antoine Brodin 63f5eeef8a Bump a few PORTREVISIONs after r498529
With hat:	portmgr
2019-04-10 06:18:31 +00:00

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>