mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
1173809b58
Approved by: portmgr (blanket)
29 lines
597 B
Makefile
29 lines
597 B
Makefile
PORTNAME= clpbar
|
|
PORTVERSION= 1.11.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= misc
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/bar-${PORTVERSION}
|
|
DISTNAME= bar_${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Command Line Progress Bar
|
|
WWW= https://clpbar.sourceforge.net/
|
|
|
|
WRKSRC= ${WRKDIR}/bar-${PORTVERSION}
|
|
GNU_CONFIGURE= yes
|
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
|
MAKE_ARGS+= CFLAGS+="${CFLAGS}"
|
|
|
|
CONFLICTS_INSTALL= bar # bin/bar
|
|
|
|
PLIST_FILES= bin/bar \
|
|
share/man/man1/bar.1.gz
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if empty(ARCH:M*64)
|
|
CONFIGURE_ARGS= --disable-use-m64
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|