diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-05-07 15:58:20 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-05-07 15:58:20 +0000 |
commit | ab322818b5a2ab3d2c0af58269d814e950d726c0 (patch) | |
tree | de0bb1bbd7606927beb055094e9c264b6f1cd3f1 /devel/libtool/Makefile | |
parent | 3540a1438ee1460e09b70aae256e73bbf8af1738 (diff) |
Notes
Diffstat (limited to 'devel/libtool/Makefile')
-rw-r--r-- | devel/libtool/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/devel/libtool/Makefile b/devel/libtool/Makefile new file mode 100644 index 000000000000..6f9c27d47e7b --- /dev/null +++ b/devel/libtool/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: libtool +# Version required: 1.2 +# Date created: 6 May 1998 +# Whom: Motoyuki Kasahara <m-kasahr@sra.co.jp> +# +# $Id$ +# + +DISTNAME= libtool-1.2 +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_GNU} + +MAINTAINER= m-kasahr@sra.co.jp + +GNU_CONFIGURE= yes +CONFIGURE_ENV= INSTALL_SCRIPT="${INSTALL_SCRIPT}" \ + INSTALL_DATA="${INSTALL_DATA}" + +pre-install: + @if [ ! -f ${PREFIX}/info/dir ]; then \ + ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ + fi + +.include <bsd.port.mk> |