mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
26 lines
436 B
Makefile
26 lines
436 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: clpbar
|
|
# Date created: Sep 3, 2004
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= clpbar
|
|
PORTVERSION= 1.10
|
|
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>
|