aboutsummaryrefslogtreecommitdiffstats
path: root/net/libutp/Makefile
blob: 205fec7766a5ab8c7d66736169511e05823b5bb5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Mikhail Teterin <mi@aldan.algebra.com>
# $FreeBSD$

PORTNAME=   bittorrent-libutp
PORTVERSION=    0.20130514
DISTVERSION=    7c4f19a
CATEGORIES= net devel
MASTER_SITES=   https://github.com/bittorrent/libutp/tarball/${DISTVERSION}/

MAINTAINER= mi@aldan.algebra.com
COMMENT=    The uTorrent Transport Protocol library

LICENSE=    MIT

USES=       dos2unix uidfix
MAKEFILE=   ${FILESDIR}/BSDmakefile
USE_LDCONFIG=   yes

pre-install:
    @${MKDIR} ${STAGEDIR}${PREFIX}/include/libutp

.include <bsd.port.mk>