aboutsummaryrefslogtreecommitdiff
path: root/devel/gnu-libtool/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/gnu-libtool/Makefile')
-rw-r--r--devel/gnu-libtool/Makefile20
1 files changed, 0 insertions, 20 deletions
diff --git a/devel/gnu-libtool/Makefile b/devel/gnu-libtool/Makefile
deleted file mode 100644
index f8eec75acd5c..000000000000
--- a/devel/gnu-libtool/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# New ports collection makefile for: libtool
-# Version required: 1.3.3
-# Date created: 6 May 1998
-# Whom: Motoyuki Kasahara <m-kasahr@sra.co.jp>
-#
-# $FreeBSD$
-#
-
-DISTNAME= libtool-1.3.3
-CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_GNU}
-MASTER_SITE_SUBDIR= libtool
-
-MAINTAINER= reg@shale.csir.co.za
-
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --disable-ltdl-install
-CONFIGURE_ENV= PREFIX=${PREFIX}
-
-.include <bsd.port.mk>