1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/misc/felis/Makefile
Antoine Brodin 4401a143ac - Use ${CC} instead of CC, ${CC} was intented here
- Do not unconditionally strip binary

PR:		200523
2015-05-29 21:31:06 +00:00

20 lines
491 B
Makefile

# Created by: G. Adam Stanislav <adam@whizkidtech.net>
# $FreeBSD$
PORTNAME= felis
PORTVERSION= 1.0
PORTREVISION= 1
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
PLIST_FILES= bin/felis man/man1/felis.1.gz
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/felis ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/felis.1 ${STAGEDIR}${PREFIX}/man/man1
.include <bsd.port.mk>