aboutsummaryrefslogtreecommitdiff
path: root/devel/ixlib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/ixlib/Makefile')
-rw-r--r--devel/ixlib/Makefile30
1 files changed, 0 insertions, 30 deletions
diff --git a/devel/ixlib/Makefile b/devel/ixlib/Makefile
deleted file mode 100644
index 2ce18be824d6..000000000000
--- a/devel/ixlib/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= ixlib
-PORTVERSION= 0.96.2
-PORTREVISION= 6
-CATEGORIES= devel
-MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-src/${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A small C++ tools library based on STL
-
-DEPRECATED= Unmaintained since 2001
-EXPIRATION_DATE= 2014-04-12
-USES= gettext
-USE_GMAKE= yes
-USE_AUTOTOOLS= libtool
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib"
-CPPFLAGS+= ${CFLAGS} -I${LOCALBASE}/include
-MAKE_ENV+= SED="sed"
-USE_LDCONFIG= yes
-
-NO_STAGE= yes
-.include <bsd.port.pre.mk>
-
-pre-configure:
- ${CP} ${LTMAIN} ${WRKSRC}
-
-.include <bsd.port.post.mk>