freebsd-ports/net-p2p/verlihub-plugins-stats/Makefile
Tijl Coosemans 49786cfa02 net-p2p/verlihub:
- Fix build with clang

net-p2p/verlihub-plugins*:
- Add USES=libtool and INSTALL_TARGET=install-strip
- Drop USE_GCC=any
- Avoid including bsd.port.pre.mk
2014-09-08 17:04:04 +00:00

15 lines
305 B
Makefile

# Created by: Mikle Davidkin <skylord@vt.net.ru>
# $FreeBSD$
PORTNAME= stats
PORTVERSION= 1.1
PORTREVISION= 4
CATEGORIES= net-p2p
MASTER_SITES= SF/verlihub/VH_Stats/${DISTVERSION}
MAINTAINER= me@skylord.ru
PLUGIN_DESC= Statistics
.include "../verlihub-plugins/Makefile.plugins"
.include <bsd.port.mk>