freebsd-ports/misc/felis/Makefile
Eitan Adler fbc06e4df6 Cleanup unmaintained ports in the misc category:
- Single space for WWW in pkg-descr
	- Ordering if of items in Makefile
	- Trim headers
	- Comment should not begin with leading article
	- Pet portlint
2013-03-25 18:44:20 +00:00

19 lines
448 B
Makefile

# Created by: G. Adam Stanislav <adam@whizkidtech.net>
# $FreeBSD$
PORTNAME= felis
PORTVERSION= 1.0
CATEGORIES= misc
MASTER_SITES= http://www.whizkidtech.redprince.net/fports/
MAINTAINER= ports@FreeBSD.org
COMMENT= 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>