aboutsummaryrefslogtreecommitdiff
path: root/devel/libtool24/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libtool24/Makefile')
-rw-r--r--devel/libtool24/Makefile29
1 files changed, 0 insertions, 29 deletions
diff --git a/devel/libtool24/Makefile b/devel/libtool24/Makefile
deleted file mode 100644
index 6bc23f393c68..000000000000
--- a/devel/libtool24/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# New ports collection makefile for: libtool
-# Date created: 6 May 1998
-# Whom: Motoyuki Kasahara <m-kasahr@sra.co.jp>
-#
-# $FreeBSD$
-#
-
-PORTNAME?= libtool
-PORTVERSION= 2.2.6b
-CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_GNU}
-MASTER_SITE_SUBDIR= libtool
-DISTNAME= libtool-${PORTVERSION}
-EXTRACT_SUFX= .tar.lzma
-
-MAINTAINER= kwm@FreeBSD.org
-COMMENT?= Generic shared library support script
-
-WRKSRC= ${WRKDIR}/libtool-${PORTVERSION:S|a||}
-USE_XZ= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS?= --disable-ltdl-install
-CONFIGURE_ENV= MAKEINFO="makeinfo --no-split"
-INFO?= libtool
-
-post-patch:
- ${REINPLACE_CMD} -e 's|sed gsed|sed|g' ${WRKSRC}/configure
-
-.include <bsd.port.mk>