1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/devel/ffcall/Makefile
Dirk Meyer f518731255 - fix build on sparc64
PR:		99898
Submitted by:	ahze (Michael Johnson)
2006-07-08 05:15:07 +00:00

35 lines
719 B
Makefile

# New ports collection makefile for: ffcall
# Date created: 21 February 2001
# Whom: jagapen@home.com
#
# $FreeBSD$
#
PORTNAME= ffcall
PORTVERSION= 1.10
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= ftp://ftp.santafe.edu/pub/gnu/
MASTER_SITES+= ${MASTER_SITE_GNUSTEP}
MASTER_SITE_SUBDIR= libs
MAINTAINER= dinoex@FreeBSD.org
COMMENT= Foreign function call libraries
USE_GMAKE= yes
GNU_CONFIGURE= yes
MAN3= avcall.3 callback.3 trampoline.3 trampoline_r.3 vacall.3
MANCOMPRESSED= no
CFLAGS+= -fPIC
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64"
CONFIGURE_TARGET= x86_64-portbld-freebsd${OSREL}
.else
CONFIGURE_TARGET= ${ARCH}-portbld-freebsd${OSREL}
.endif
.include <bsd.port.post.mk>