aboutsummaryrefslogtreecommitdiff
path: root/math/fung-calc/Makefile
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2013-07-26 19:19:20 +0000
committerRene Ladan <rene@FreeBSD.org>2013-07-26 19:19:20 +0000
commit66fee909266a1dedf3dfc1f03bb0841380d78805 (patch)
tree4c98d494bc4532b5dd5b19f4e47bcb3babf104c2 /math/fung-calc/Makefile
parenteec2cb8d7407c5628cc8016e7349abbee6c98e3f (diff)
downloadports-66fee909266a1dedf3dfc1f03bb0841380d78805.tar.gz
ports-66fee909266a1dedf3dfc1f03bb0841380d78805.zip
Notes
Diffstat (limited to 'math/fung-calc/Makefile')
-rw-r--r--math/fung-calc/Makefile29
1 files changed, 0 insertions, 29 deletions
diff --git a/math/fung-calc/Makefile b/math/fung-calc/Makefile
deleted file mode 100644
index 3f3d7dc7de9d..000000000000
--- a/math/fung-calc/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# New ports collection makefile for: fung-calc
-# Date created: 10.06.2003
-# Whom: Kirill Ponomarew <ponomarew@oberon.net>
-#
-# $FreeBSD$
-
-PORTNAME= fung-calc
-PORTVERSION= 1.3.2b
-PORTREVISION= 15
-CATEGORIES= math kde
-MASTER_SITES= SF/${PORTNAME}/releases/${PORTVERSION}
-
-MAINTAINER= 5u623l20@gmail.com
-COMMENT= Advanced graphic calculator
-
-PORTSCOUT= skipv:1.3.2 #This version is later then 1.3.2
-USE_KDELIBS_VER=3
-USE_GL= glut
-USE_GMAKE= yes
-USE_LDCONFIG= yes
-USE_AUTOTOOLS= libtool
-LDFLAGS+= -L${LOCALBASE}/lib
-INSTALLS_ICONS= yes
-
-pre-configure:
- @${REINPLACE_CMD} -e 's|-O2|-fPIC|g; s|-lpthread|${PTHREAD_LIBS}|g' \
- ${WRKSRC}/configure
-
-.include <bsd.port.mk>