freebsd-ports/devel/ffcall/Makefile
2016-04-21 16:43:14 +00:00

25 lines
467 B
Makefile

# Created by: jagapen@home.com
# $FreeBSD$
PORTNAME= ffcall
PORTVERSION= 1.10
PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= ftp://ftp.santafe.edu/pub/gnu/ GNUSTEP/libs
MAINTAINER= ports@FreeBSD.org
COMMENT= Foreign function call libraries
LICENSE= GPLv2
BROKEN_powerpc64= Does not build
GNU_CONFIGURE= yes
USES= gmake libtool
CONFIGURE_TARGET= ${ARCH:S/amd64/x86_64/}-portbld-${OPSYS:tl}${OSREL}
MAKE_JOBS_UNSAFE= yes
CFLAGS+= -fPIC
.include <bsd.port.mk>