2013-09-21 01:05:58 +02:00
|
|
|
# Created by: uri@keves.org
|
2003-05-13 06:08:02 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2009-01-03 22:58:44 +01:00
|
|
|
PORTNAME= fonteditfs
|
2009-08-31 01:45:01 +02:00
|
|
|
PORTVERSION= 1.2
|
2009-01-03 22:58:44 +01:00
|
|
|
CATEGORIES= sysutils
|
|
|
|
MASTER_SITES= SF
|
|
|
|
DISTNAME= fnteditfs-${PORTVERSION}
|
2014-01-25 15:38:47 +01:00
|
|
|
EXTRACT_SUFX= .tgz
|
2003-05-13 06:08:02 +02:00
|
|
|
|
2009-01-03 22:58:44 +01:00
|
|
|
MAINTAINER= uri@keves.org
|
2012-07-25 13:24:09 +02:00
|
|
|
COMMENT= Full screen syscons font editor
|
2003-05-13 06:08:02 +02:00
|
|
|
|
2016-02-04 15:42:55 +01:00
|
|
|
USES= ncurses
|
2014-01-25 15:38:47 +01:00
|
|
|
PLIST_FILES= bin/fnteditfs man/man1/fnteditfs.1.gz
|
2003-05-13 06:08:02 +02:00
|
|
|
|
|
|
|
post-patch:
|
2014-01-25 15:38:47 +01:00
|
|
|
@${REINPLACE_CMD} -e 's|__PREFIX__|${STAGEDIR}${PREFIX}|g ; \
|
2003-05-13 06:08:02 +02:00
|
|
|
s|__INSTALL_MAN__|${INSTALL_MAN}|g ; \
|
|
|
|
s|__INSTALL_SCRIPT__|${INSTALL_SCRIPT}|g' ${WRKSRC}/Makefile
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|