|
Lines 2-8
Link Here
|
| 2 |
# $FreeBSD: head/audio/umurmur/Makefile 383355 2015-04-05 20:03:48Z antoine $ |
2 |
# $FreeBSD: head/audio/umurmur/Makefile 383355 2015-04-05 20:03:48Z antoine $ |
| 3 |
|
3 |
|
| 4 |
PORTNAME= umurmur |
4 |
PORTNAME= umurmur |
| 5 |
PORTVERSION= 0.2.15 |
5 |
PORTVERSION= 0.2.16 |
| 6 |
CATEGORIES= audio net |
6 |
CATEGORIES= audio net |
| 7 |
|
7 |
|
| 8 |
MAINTAINER= ayu@commun.jp |
8 |
MAINTAINER= ayu@commun.jp |
|
Lines 10-23
Link Here
|
| 10 |
|
10 |
|
| 11 |
LICENSE= BSD2CLAUSE |
11 |
LICENSE= BSD2CLAUSE |
| 12 |
|
12 |
|
| 13 |
BROKEN= Checksum and size mismatch |
|
|
| 14 |
|
| 15 |
LIB_DEPENDS= libconfig.so:${PORTSDIR}/devel/libconfig \ |
13 |
LIB_DEPENDS= libconfig.so:${PORTSDIR}/devel/libconfig \ |
| 16 |
libprotobuf-c.so:${PORTSDIR}/devel/protobuf-c |
14 |
libprotobuf-c.so:${PORTSDIR}/devel/protobuf-c |
| 17 |
|
15 |
|
| 18 |
USE_GITHUB= yes |
16 |
USE_GITHUB= yes |
| 19 |
GH_ACCOUNT= fatbob313 |
17 |
GH_ACCOUNT= umurmur |
| 20 |
GH_COMMIT= 17daa7e |
|
|
| 21 |
|
18 |
|
| 22 |
USES= autoreconf gmake libtool |
19 |
USES= autoreconf gmake libtool |
| 23 |
GNU_CONFIGURE= yes |
20 |
GNU_CONFIGURE= yes |