freebsd-ports/misc/felis/Makefile

24 lines
538 B
Makefile
Raw Normal View History

# New ports collection makefile for: felis
# Date created: 13 May 2000
# Whom: G. Adam Stanislav <adam@whizkidtech.net>
#
# $FreeBSD$
#
PORTNAME= felis
PORTVERSION= 1.0
CATEGORIES= misc
2003-10-21 01:53:45 +02:00
MASTER_SITES= http://www.whizkidtech.redprince.net/fports/
2003-10-21 01:53:45 +02:00
MAINTAINER= adam@redprince.net
2003-02-21 13:51:06 +01:00
COMMENT= A tool which displays one or more files as a single line of text
MAN1= felis.1
PLIST_FILES= bin/felis
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/felis ${PREFIX}/bin
$(INSTALL_MAN) ${WRKSRC}/felis.1 ${PREFIX}/man/man1
.include <bsd.port.mk>