28 lines
683 B
Makefile
28 lines
683 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
|
|
PLIST_FILES= bin/fnteditfs
|
|
|
|
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>
|