diff options
author | tv <tv@pkgsrc.org> | 1998-07-13 01:50:08 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1998-07-13 01:50:08 +0000 |
commit | cf2bb8ecf65712c50eaff8b302ea0c3c4309c9df (patch) | |
tree | 06e97008a9370045ea5b55d33325b37dceac5745 /devel/libtool/Makefile | |
parent | 7fc692aba0a2429963efbfdb88dc5ec072180275 (diff) | |
download | pkgsrc-cf2bb8ecf65712c50eaff8b302ea0c3c4309c9df.tar.gz |
Import of FreeBSD's libtool pkg (patches to follow).
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 00000000000..707b7465b67 --- /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: Makefile,v 1.1.1.1 1998/07/13 01:50:08 tv Exp $ +# + +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> |