freebsd-ports/devel/ffcall/Makefile

36 lines
743 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
2005-01-13 21:19:29 +01:00
PORTVERSION= 1.10
2005-05-13 22:26:55 +02:00
PORTREVISION= 1
2003-01-11 15:29:31 +01:00
CATEGORIES= devel
2005-01-15 12:12:42 +01:00
MASTER_SITES= ftp://ftp.santafe.edu/pub/gnu/
MASTER_SITES+= ${MASTER_SITE_GNUSTEP}
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
2004-08-20 22:30:00 +02:00
USE_LIBTOOL_VER= 15
2004-08-04 14:05:30 +02:00
NOT_FOR_ARCHS= sparc64
2003-01-11 15:29:31 +01:00
MAN3= avcall.3 callback.3 trampoline.3 trampoline_r.3 vacall.3
MANCOMPRESSED= no
2005-05-13 22:26:55 +02:00
CFLAGS+= -fPIC
2004-08-04 14:05:30 +02:00
.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>