mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
c31e9ffcec
- Strip binary
20 lines
442 B
Makefile
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>
|