Lines 2-21
Link Here
|
2 |
# $FreeBSD: head/devel/ffcall/Makefile 439720 2017-04-29 06:32:03Z linimon $ |
2 |
# $FreeBSD: head/devel/ffcall/Makefile 439720 2017-04-29 06:32:03Z linimon $ |
3 |
|
3 |
|
4 |
PORTNAME= ffcall |
4 |
PORTNAME= ffcall |
5 |
PORTVERSION= 1.10 |
5 |
PORTVERSION= 1.13 |
6 |
PORTREVISION= 2 |
|
|
7 |
CATEGORIES= devel |
6 |
CATEGORIES= devel |
8 |
MASTER_SITES= GNUSTEP/libs |
7 |
MASTER_SITES= GNU/libffcall |
|
|
8 |
DISTNAME= libffcall-${PORTVERSION} |
9 |
|
9 |
|
10 |
MAINTAINER= ports@FreeBSD.org |
10 |
MAINTAINER= amutu@amutu.com |
11 |
COMMENT= Foreign function call libraries |
11 |
COMMENT= Foreign function call libraries |
12 |
|
12 |
|
13 |
LICENSE= GPLv2 |
13 |
LICENSE= GPLv2+ |
14 |
|
|
|
15 |
BROKEN_aarch64= Does not build: No rule to make target avcall-aarch64.lo |
16 |
BROKEN_armv6= Does not build: error: invalid instruction |
17 |
BROKEN_mips64== Does not build: error: duplicate member anum |
18 |
BROKEN_powerpc64= Does not build: No rule to make target avcall-powerpc64.lo |
19 |
|
14 |
|
20 |
GNU_CONFIGURE= yes |
15 |
GNU_CONFIGURE= yes |
21 |
USES= gmake libtool |
16 |
USES= gmake libtool |