summaryrefslogtreecommitdiff
path: root/finance/libstocks/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'finance/libstocks/Makefile')
-rw-r--r--finance/libstocks/Makefile39
1 files changed, 0 insertions, 39 deletions
diff --git a/finance/libstocks/Makefile b/finance/libstocks/Makefile
deleted file mode 100644
index 8dd6f0f7a05d..000000000000
--- a/finance/libstocks/Makefile
+++ /dev/null
@@ -1,39 +0,0 @@
-# New ports collection makefile for: libstocks
-# Date created: this 7th day of January, 2002
-# Whom: Mikhail Teterin
-#
-# $FreeBSD$
-#
-
-PORTNAME= libstocks
-PORTVERSION= 0.5.0
-CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-
-MAINTAINER= mi@aldan.algebra.com
-COMMENT= A C library which can be used to fetch stocks quotes
-
-USE_REINPLACE= yes
-REINPLACE_ARGS= -i ""
-
-post-patch:
- ${REINPLACE_CMD} -e 's/<malloc.h>/<stdlib.h>/' \
- -e 's/__UNIX__/__unix__/' \
- $$(${GREP} --mmap -El '<malloc.h>|__UNIX__' \
- ${WRKSRC}/lib/*.c); \
-
-
-do-build do-install:
-.for d in lib client
- cd ${WRKSRC}/$d && ${ENV} ${MAKE_ENV} ${MAKE} ${MAKEFLAGS} -j2 \
- -f ${FILESDIR}/Makefile.$d ${.TARGET:S/do-//}
-.endfor
-
-.ifndef NOPORTDOCS
-post-install:
- ${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
-.endif
-
-.include <bsd.port.mk>