1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/net-p2p/verlihub-plugins-isp/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

18 lines
342 B
Makefile

# Created by: Mikle Davidkin <skylord@vt.net.ru>
# $FreeBSD$
PORTNAME= isp
PORTVERSION= 1.1
PORTREVISION= 2
CATEGORIES= net-p2p
MASTER_SITES= SF/verlihub/VH_ISP/${DISTVERSION}
MAINTAINER= me@skylord.ru
PLUGIN_DESC= ISP
PLIST_FILES= share/verlihub/default_pi_isp.sql
.include "../verlihub-plugins/Makefile.plugins"
.include <bsd.port.mk>