freebsd-ports/devel/ffcall/Makefile

27 lines
594 B
Makefile
Raw Normal View History

# New ports collection makefile for: ffcall
# Date created: 21 February 2001
# Whom: jagapen@home.com
#
# $FreeBSD$
#
2003-01-11 15:29:31 +01:00
PORTNAME= ffcall
PORTVERSION= 1.8d
2003-01-11 15:29:31 +01:00
CATEGORIES= devel
#MASTER_SITES= ftp://ftp.santafe.edu/pub/gnu/
MASTER_SITES= ${MASTER_SITE_GNUSTEP} \
ftp://ftp.gnustep.org/pub/gnustep/libs/
MASTER_SITE_SUBDIR= libs
2003-01-11 15:29:31 +01:00
MAINTAINER= dinoex@FreeBSD.org
2003-02-20 19:26:42 +01:00
COMMENT= Foreign function call libraries
2003-01-11 15:29:31 +01:00
USE_GMAKE= yes
USE_LIBTOOL= yes
2003-01-31 08:13:31 +01:00
ONLY_FOR_ARCHS= i386 alpha ia64
2003-01-11 15:29:31 +01:00
MAN3= avcall.3 callback.3 trampoline.3 trampoline_r.3 vacall.3
MANCOMPRESSED= no
.include <bsd.port.mk>