9f256c861f
Also link to libncurses, not libcurses approved by: infrastructure blanket
22 lines
510 B
Makefile
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>
|