1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/sysutils/utcount/Makefile
Dmitry Marakasov c31e9ffcec - Support staging
- Strip binary
2014-05-10 00:27:45 +00:00

20 lines
442 B
Makefile

# Created by: Denis N. Peplin <info@volginfo.ru>
# $FreeBSD$
PORTNAME= utcount
PORTVERSION= 0.1
CATEGORIES= sysutils net
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Users Traffic Count
MAKE_ARGS= PREFIX="${STAGEDIR}${PREFIX}" \
INSTALL_PROG="${INSTALL_SCRIPT}" \
INSTALL_CONF="${INSTALL_DATA}"
post-build:
${STRIP_CMD} ${WRKSRC}/bin/count_client
.include <bsd.port.mk>