freebsd-ports/misc/clpbar/Makefile
Baptiste Daroussin 91a1caa242 Reset miwi's maintainership per his demand
Hope to see you back! Thank for all the work!
2014-11-18 09:37:31 +00:00

27 lines
497 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= clpbar
PORTVERSION= 1.11.1
CATEGORIES= misc
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/bar-${PORTVERSION}
DISTNAME= bar_${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Command Line Progress Bar
WRKSRC= ${WRKDIR}/bar-${PORTVERSION}
GNU_CONFIGURE= yes
MAKE_ARGS+= CFLAGS+="${CFLAGS}"
PLIST_FILES= bin/bar \
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>