opnsense-ports/sysutils/fonteditfs/Makefile
Franco Fichtner 0bafe2b7fa */*: sync with upstream
Taken from: FreeBSD
2024-02-26 10:57:15 +01:00

21 lines
533 B
Makefile

PORTNAME= fonteditfs
PORTVERSION= 1.2
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= SF
DISTNAME= fnteditfs-${PORTVERSION}
EXTRACT_SUFX= .tgz
MAINTAINER= uri@keves.org
COMMENT= Full screen syscons font editor
WWW= https://fonteditfs.sourceforge.net/
USES= ncurses
PLIST_FILES= bin/fnteditfs share/man/man1/fnteditfs.1.gz
post-patch:
@${REINPLACE_CMD} -e 's|__PREFIX__|${STAGEDIR}${PREFIX}|g ; \
s|__INSTALL_MAN__|${INSTALL_MAN}|g ; \
s|__INSTALL_SCRIPT__|${INSTALL_SCRIPT}|g' ${WRKSRC}/Makefile
.include <bsd.port.mk>