openbsd-ports/devel/ffcall/Makefile
naddy e869f37598 - Consistently use in-tree libtool.
- Throw out humongous libtool patches.
- Replace patch orgy with simple variable override.
2002-08-09 18:43:00 +00:00

32 lines
847 B
Makefile

# $OpenBSD: Makefile,v 1.2 2002/08/09 18:43:00 naddy Exp $
# $FreeBSD: ports/devel/ffcall/Makefile,v 1.2 2001/08/31 14:20:18 sobomax Exp $
# Original From: jagapen@home.com
COMMENT= "foreign function call libraries"
DISTNAME= ffcall-1.8
CATEGORIES= devel
MASTER_SITES= ftp://ftp.santafe.edu/pub/gnu/
HOMEPAGE= http://clisp.cons.org/~haible/packages-ffcall.html
MAINTAINER= Christian Edward Gruber <cgruber@israfil.net>
# 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>