1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/sysutils/finfo/Makefile
Ollivier Robert f6e7146a25 Finfo displays potentially useful information about a file.
AUTHOR:         Christine F. Maxwell <cfm@o-o.org>
WWW:            http://www.cfm.o-o.org/software/finfo/

PR:		ports/40762
Submitted by:	Michael L. Hostbaek (mich@freebsdcluster.org)
2002-07-23 13:31:06 +00:00

23 lines
536 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://www.cfm.o-o.org/software/finfo/
MAINTAINER= mich@freebsdcluster.org
do-build:
(cd ${WRKSRC} && ${CC} ${CFLAGS} -o ${PORTNAME} ${PORTNAME}.c)
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>