openbsd-ports/devel/ffcall/Makefile

29 lines
747 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.1.1.1 2002/05/01 17:19:23 lebel 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_GMAKE= yes
USE_LIBTOOL= yes
CONFIGURE_STYLE=autoconf
MODGNU_CONFIG_GUESS_DIRS?=${WRKSRC}/autoconf
pre-install:
@${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ffcall/html
.include <bsd.port.mk>