diff options
Diffstat (limited to 'devel/libtool14/Makefile')
-rw-r--r-- | devel/libtool14/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/devel/libtool14/Makefile b/devel/libtool14/Makefile new file mode 100644 index 000000000000..6f9c27d47e7b --- /dev/null +++ b/devel/libtool14/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> |