blob: 8decf56fcbfb8136718bde50e11198f98a57ce0f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# 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.2
CATEGORIES= sysutils
MASTER_SITES= SF
DISTNAME= fnteditfs-${PORTVERSION}
EXTRACT_SUFX=.tgz
MAINTAINER= uri@keves.org
COMMENT= A Full Screen Syscons Font Editor
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>
|