pkgsrc-wip/g-wrap2/Makefile
Greg Troxel ba358d1402 Add another Makefile.in patch to work around broken automake handling of
nobase_foo_DATA lines with subdirectories (it doesn't mkdir -p them).
2004-10-20 22:13:04 +00:00

24 lines
547 B
Makefile

# $NetBSD: Makefile,v 1.2 2004/10/20 22:13:04 lexort Exp $
DISTNAME= g-wrap-1.9.3
PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://savannah.nongnu.org/download/g-wrap/
MAINTAINER= gdt@ir.bbn.com
HOMEPAGE= http://www.nongnu.org/g-wrap/
COMMENT= Tool for generating guile wrappers for C code
DEPENDS+= guile-lib>=0.1.2:../../wip/guile-lib
USE_BUILDLINK3= YES
GNU_CONFIGURE= YES
USE_GNU_TOOLS+= make
USE_LIBTOOL= YES
USE_MAKEINFO= YES
INFO_FILES= g-wrap.info
.include "../../lang/guile/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"