opnsense-ports/sysutils/fonteditfs/Makefile
Franco Fichtner fab3f95e5f */*: sync with upstream
Taken from: FreeBSD
2016-02-05 04:37:31 +01:00

22 lines
510 B
Makefile

# Created by: uri@keves.org
# $FreeBSD$
PORTNAME= fonteditfs
PORTVERSION= 1.2
CATEGORIES= sysutils
MASTER_SITES= SF
DISTNAME= fnteditfs-${PORTVERSION}
EXTRACT_SUFX= .tgz
MAINTAINER= uri@keves.org
COMMENT= Full screen syscons font editor
USES= ncurses
PLIST_FILES= bin/fnteditfs 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>