diff options
-rw-r--r-- | sysutils/finfo/Makefile | 22 | ||||
-rw-r--r-- | sysutils/finfo/distinfo | 1 | ||||
-rw-r--r-- | sysutils/finfo/pkg-comment | 1 | ||||
-rw-r--r-- | sysutils/finfo/pkg-descr | 7 | ||||
-rw-r--r-- | sysutils/finfo/pkg-plist | 1 |
5 files changed, 32 insertions, 0 deletions
diff --git a/sysutils/finfo/Makefile b/sysutils/finfo/Makefile new file mode 100644 index 000000000000..c7203ed66f07 --- /dev/null +++ b/sysutils/finfo/Makefile @@ -0,0 +1,22 @@ +# 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> diff --git a/sysutils/finfo/distinfo b/sysutils/finfo/distinfo new file mode 100644 index 000000000000..0af07f9fcbee --- /dev/null +++ b/sysutils/finfo/distinfo @@ -0,0 +1 @@ +MD5 (finfo-0.1.tar.gz) = e6a1a4f597f875082beb7f65a3ce4d42 diff --git a/sysutils/finfo/pkg-comment b/sysutils/finfo/pkg-comment new file mode 100644 index 000000000000..af207ca85b8f --- /dev/null +++ b/sysutils/finfo/pkg-comment @@ -0,0 +1 @@ +Finfo displays potentially useful information about a file diff --git a/sysutils/finfo/pkg-descr b/sysutils/finfo/pkg-descr new file mode 100644 index 000000000000..96827a48c899 --- /dev/null +++ b/sysutils/finfo/pkg-descr @@ -0,0 +1,7 @@ +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/ + + - Michael L. Hostbaek + mich@freebsdcluster.org diff --git a/sysutils/finfo/pkg-plist b/sysutils/finfo/pkg-plist new file mode 100644 index 000000000000..7008822fbb1a --- /dev/null +++ b/sysutils/finfo/pkg-plist @@ -0,0 +1 @@ +bin/finfo |