diff options
-rw-r--r-- | devel/ffcall/Makefile | 10 | ||||
-rw-r--r-- | devel/ffcall/distinfo | 2 | ||||
-rw-r--r-- | devel/ffcall/pkg-descr | 1 |
3 files changed, 9 insertions, 4 deletions
diff --git a/devel/ffcall/Makefile b/devel/ffcall/Makefile index 896f5d975230..480332400e6c 100644 --- a/devel/ffcall/Makefile +++ b/devel/ffcall/Makefile @@ -6,15 +6,19 @@ # PORTNAME= ffcall -PORTVERSION= 1.8 +PORTVERSION= 1.8d CATEGORIES= devel -MASTER_SITES= ftp://ftp.santafe.edu/pub/gnu/ +#MASTER_SITES= ftp://ftp.santafe.edu/pub/gnu/ +MASTER_SITES= ${MASTER_SITE_GNUSTEP} \ + ftp://ftp.gnustep.org/pub/gnustep/libs/ +MASTER_SITE_SUBDIR= libs MAINTAINER= dinoex@FreeBSD.org +#ONLY_FOR_ARCHS= i386 alpha ia64 USE_GMAKE= yes USE_LIBTOOL= yes -INSTALLS_SHLIB= yes +#INSTALLS_SHLIB= yes MAN3= avcall.3 callback.3 trampoline.3 trampoline_r.3 vacall.3 MANCOMPRESSED= no diff --git a/devel/ffcall/distinfo b/devel/ffcall/distinfo index af8e7fba2daa..ea9d882f7be9 100644 --- a/devel/ffcall/distinfo +++ b/devel/ffcall/distinfo @@ -1 +1 @@ -MD5 (ffcall-1.8.tar.gz) = 5ec9fa72c11fa0c62d08ca55fce2a7dd +MD5 (ffcall-1.8d.tar.gz) = de022f82ee47c83039d496268c89b0b2 diff --git a/devel/ffcall/pkg-descr b/devel/ffcall/pkg-descr index 3ebb5824e28b..9b49c1556a18 100644 --- a/devel/ffcall/pkg-descr +++ b/devel/ffcall/pkg-descr @@ -13,3 +13,4 @@ The four packages are: (a reentrant combination of vacall and trampoline) WWW: http://www.haible.de/bruno/packages-ffcall.html +WWW: http://www.gnu.org/directory/ffcall.html |