pkgsrc/lang/guile/Makefile
tv 7befe4b64d Modify to use pkg'd libtool instead of private copy. Give it proper
INSTALL_* macros in configure instead of patching around them.  Remove
aclocal directory if this is the last pkg using it.
Portlint: reformat DESCR to <80 columns.
1998-07-17 19:39:42 +00:00

19 lines
491 B
Makefile

# $NetBSD: Makefile,v 1.2 1998/07/17 19:39:42 tv Exp $
# FreeBSD Id: Makefile,v 1.12 1997/11/22 16:01:32 jseger Exp
#
DISTNAME= guile-1.2
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_GNU}
MAINTAINER= perry@piermont.com
BUILD_DEPENDS= ${PREFIX}/bin/libtool:../../devel/libtool
GNU_CONFIGURE= YES
CONFIGURE_ENV= LIBTOOL=${PREFIX}/bin/libtool \
INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
INSTALL_DATA="${INSTALL_DATA}" \
INSTALL_SCRIPT="${INSTALL_SCRIPT}"
.include "../../mk/bsd.pkg.mk"