1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/devel/ffcall/Makefile

36 lines
772 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 14:29:31 +00:00
PORTNAME= ffcall
2004-02-20 05:50:20 +00:00
PORTVERSION= 1.9
2004-08-20 20:30:00 +00:00
PORTREVISION= 1
2003-01-11 14:29:31 +00: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 14:29:31 +00:00
MAINTAINER= dinoex@FreeBSD.org
2003-02-20 18:26:42 +00:00
COMMENT= Foreign function call libraries
2003-01-11 14:29:31 +00:00
USE_GMAKE= yes
2004-08-20 20:30:00 +00:00
USE_LIBTOOL_VER= 15
2004-08-04 12:05:30 +00:00
NOT_FOR_ARCHS= sparc64
2003-01-11 14:29:31 +00:00
MAN3= avcall.3 callback.3 trampoline.3 trampoline_r.3 vacall.3
MANCOMPRESSED= no
2004-08-04 12:05:30 +00: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>