1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/misc/clpbar/Makefile
Alex Kozlov d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00

26 lines
472 B
Makefile

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