openbsd-ports/devel/ffcall/Makefile
jolan 2c6ad047b8 - remove MAINTAINER per his request
- mark not for sparc64
- update MASTER_SITES/HOMEPAGE

ok brad@
2003-05-21 00:05:52 +00:00

32 lines
818 B
Makefile

# $OpenBSD: Makefile,v 1.3 2003/05/21 00:05:52 jolan Exp $
# $FreeBSD: ports/devel/ffcall/Makefile,v 1.2 2001/08/31 14:20:18 sobomax Exp $
# Original From: jagapen@home.com
NOT_FOR_ARCHS= sparc64
COMMENT= "foreign function call libraries"
DISTNAME= ffcall-1.8
CATEGORIES= devel
MASTER_SITES= ftp://ftp.ilog.fr/pub/Users/haible/gnu/
HOMEPAGE= http://www.haible.de/bruno/packages-ffcall.html
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
USE_LIBTOOL= yes
CONFIGURE_STYLE= gnu
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/autoconf
FAKE_FLAGS= ${DESTDIRNAME}=${WRKINST} \
LIBTOOL="${LIBTOOL} ${LIBTOOL_FLAGS}" \
htmldir="\$$(datadir)/doc/ffcall/html"
pre-install:
@${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ffcall/html
.include <bsd.port.mk>