1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/sysutils/finfo/Makefile
2003-02-21 13:28:59 +00:00

24 lines
607 B
Makefile

# ex:ts=8
# Ports collection makefile for: finfo
# Date created: Tue Jul 18, 2002
# Whom: Michael L. Hostbaek (mich@freebsdcluster.org)
#
# $FreeBSD$
#
PORTNAME= finfo
PORTVERSION= 0.1
CATEGORIES= sysutils
MASTER_SITES= http://freebsdcluster.org/~mich/software/
MAINTAINER= mich@freebsdcluster.org
COMMENT= Finfo displays potentially useful information about a file
do-build:
(cd ${WRKSRC} && ${CC} ${CFLAGS} -o ${PORTNAME} ${PORTNAME}.c)
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>