summaryrefslogtreecommitdiff
path: root/misc/clpbar/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/clpbar/Makefile')
-rw-r--r--misc/clpbar/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/misc/clpbar/Makefile b/misc/clpbar/Makefile
new file mode 100644
index 000000000000..44a9b01bb4bb
--- /dev/null
+++ b/misc/clpbar/Makefile
@@ -0,0 +1,25 @@
+# ex:ts=8
+# Ports collection makefile for: clpbar
+# Date created: Sep 3, 2004
+# Whom: ijliao
+#
+# $FreeBSD$
+#
+
+PORTNAME= clpbar
+PORTVERSION= 1.09
+CATEGORIES= misc
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+DISTNAME= bar-${PORTVERSION}
+
+MAINTAINER= ports@FreeBSD.org
+COMMENT= Command Line Progress Bar
+
+USE_GNOME= gnometarget
+GNU_CONFIGURE= yes
+
+PLIST_FILES= bin/bar
+MAN1= bar.1
+
+.include <bsd.port.mk>