freebsd-ports/sysutils/fonteditfs/Makefile
2003-05-13 04:08:02 +00:00

27 lines
654 B
Makefile

# New ports collection makefile for: fnteditfs
# Date created: Sat Oct 12 21:03:00 IST 2002
# Whom: uri@keves.org
#
# $FreeBSD$
#
PORTNAME= fonteditfs
PORTVERSION= 1.0
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= fnteditfs-${PORTVERSION}
EXTRACT_SUFX=.tgz
MAINTAINER= uri@keves.org
COMMENT= A Full Screen Syscons Font Editor
USE_REINPLACE= yes
MAN1=fnteditfs.1
post-patch:
@${REINPLACE_CMD} -e 's|__PREFIX__|${PREFIX}|g ; \
s|__INSTALL_MAN__|${INSTALL_MAN}|g ; \
s|__INSTALL_SCRIPT__|${INSTALL_SCRIPT}|g' ${WRKSRC}/Makefile
.include <bsd.port.mk>