1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/misc/clpbar/Makefile
2009-03-26 14:59:17 +00:00

28 lines
505 B
Makefile

# ex:ts=8
# Ports collection makefile for: clpbar
# Date created: Sep 3, 2004
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= clpbar
PORTVERSION= 1.10.9
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= bar_${PORTVERSION}
MAINTAINER= miwi@FreeBSD.org
COMMENT= Command Line Progress Bar
WRKSRC= ${WRKDIR}/bar-${PORTVERSION}
GNU_CONFIGURE= yes
MAKE_JOBS_SAFE= yes
MAKE_ARGS+= CFLAGS+="${CFLAGS}"
MAN1= bar.1
PLIST_FILES= bin/bar
.include <bsd.port.mk>