280c4ced0a
- Assign maintainership to submitter PR: ports/95946 Submitted by: Martin Wilke
27 lines
557 B
Makefile
27 lines
557 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: clpbar
|
|
# Date created: Sep 3, 2004
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= clpbar
|
|
PORTVERSION= 1.10.6
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
DISTNAME= bar_${PORTVERSION}
|
|
|
|
MAINTAINER= freebsd@unixfreunde.de
|
|
COMMENT= Command Line Progress Bar
|
|
|
|
WRKSRC= ${WRKDIR}/bar-${PORTVERSION}
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
MAKE_ARGS+= CFLAGS+="${CFLAGS}"
|
|
|
|
MAN1= bar.1
|
|
PLIST_FILES= bin/bar
|
|
|
|
.include <bsd.port.mk>
|