summaryrefslogtreecommitdiff
path: root/devel/ffcall/Makefile
blob: 480332400e6c0634caea4b29f2a7bc1ad2f1e173 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# New ports collection makefile for:   ffcall
# Date created:        21 February 2001
# Whom:                jagapen@home.com
#
# $FreeBSD$
#

PORTNAME=	ffcall
PORTVERSION=	1.8d
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

MAINTAINER=	dinoex@FreeBSD.org

#ONLY_FOR_ARCHS=	i386 alpha ia64
USE_GMAKE=	yes
USE_LIBTOOL=	yes
#INSTALLS_SHLIB=	yes

MAN3=		avcall.3 callback.3 trampoline.3 trampoline_r.3 vacall.3
MANCOMPRESSED=	no

.include <bsd.port.mk>