aboutsummaryrefslogtreecommitdiff
path: root/misc/floatator
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2021-04-07 18:27:27 +0000
committerRene Ladan <rene@FreeBSD.org>2021-04-07 18:27:27 +0000
commit6fd9355a02eb408256aedbc0a1fef246bec6dec6 (patch)
tree36848430ab5bddf01d1351ffecfc9f6e067907e2 /misc/floatator
parent0bf8c12f5dab36ae633f8fc922f3416e893b5059 (diff)
downloadports-6fd9355a02eb408256aedbc0a1fef246bec6dec6.tar.gz
ports-6fd9355a02eb408256aedbc0a1fef246bec6dec6.zip
Diffstat (limited to 'misc/floatator')
-rw-r--r--misc/floatator/Makefile31
-rw-r--r--misc/floatator/distinfo2
-rw-r--r--misc/floatator/pkg-descr4
3 files changed, 0 insertions, 37 deletions
diff --git a/misc/floatator/Makefile b/misc/floatator/Makefile
deleted file mode 100644
index 6eef0090459c..000000000000
--- a/misc/floatator/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# Created by: ijliao
-
-PORTNAME= floatator
-PORTVERSION= 0.2.1
-PORTREVISION= 3
-CATEGORIES= misc
-MASTER_SITES= http://floatator.cichon.com/download/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Interactive fluid dynamics simulation
-
-WRKSRC= ${WRKDIR}/${PORTNAME}
-
-PORTSCOUT= skipv:0.9.1
-USES= motif
-MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -DNDEBUG" \
- X11INCLUDE="-I${LOCALBASE}/include" X11LIB="-L${LOCALBASE}/lib"
-PLIST_FILES= bin/floatator bin/floatator_X_interface
-MAKE_JOBS_UNSAFE= yes
-
-CFLAGS+= -fcommon
-
-DEPRECATED= Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
-EXPIRATION_DATE=2021-04-01
-
-do-install:
-.for f in floatator floatator_X_interface
- ${INSTALL_PROGRAM} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/bin
-.endfor
-
-.include <bsd.port.mk>
diff --git a/misc/floatator/distinfo b/misc/floatator/distinfo
deleted file mode 100644
index e01767aa7179..000000000000
--- a/misc/floatator/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (floatator-0.2.1.tar.gz) = 59c5931a375a6655a7b8cc6d4856acdb6611416c9f36ec0dc56ba44a19dbe68a
-SIZE (floatator-0.2.1.tar.gz) = 52770
diff --git a/misc/floatator/pkg-descr b/misc/floatator/pkg-descr
deleted file mode 100644
index 59d52cac82ef..000000000000
--- a/misc/floatator/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-Floatator is an interactive fluid dynamics simulation. The simulation
-and the visualisation are 2D.
-
-WWW: http://floatator.cichon.com/