mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
160356d9c5
PR: ports/185405 Submitted by; Stephen Hurd Approved by: maintainer (Uri Shaked) Staged by: marino@
22 lines
495 B
Makefile
22 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>
|