opnsense-ports/sysutils/fonteditfs/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

21 lines
495 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
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>