diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-12 20:18:12 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-12 20:18:12 +0800 |
commit | fa2e64a89d665b97944e74888468b97daa4e2cf0 (patch) | |
tree | 5c3a7ac4c7d0543d7225cec28e0b2a1c8cd22cb9 /math | |
parent | 7ed79ac3a8bc9abd0db0acea6b52e7a09e9861f7 (diff) | |
download | freebsd-ports-gnome-fa2e64a89d665b97944e74888468b97daa4e2cf0.tar.gz freebsd-ports-gnome-fa2e64a89d665b97944e74888468b97daa4e2cf0.tar.zst freebsd-ports-gnome-fa2e64a89d665b97944e74888468b97daa4e2cf0.zip |
Mark as deprecated: unmaintained upstream
Submitted by: Morten Slot Kristensen <ontherenth@gmail.com> (maintainer, upstream) via pkg-fallout
Diffstat (limited to 'math')
-rw-r--r-- | math/matrices/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/math/matrices/Makefile b/math/matrices/Makefile index 68ee07c580fa..4c20a8f4ad85 100644 --- a/math/matrices/Makefile +++ b/math/matrices/Makefile @@ -10,6 +10,11 @@ MASTER_SITES= http://mplus.dk/${PORTNAME}/ MAINTAINER= ontherenth@gmail.com COMMENT= Matrix calculator (with both GUI & console-interface) +EXPIRATION_DATE= 2013-10-12 +DEPRECATED= Unmaintained upstream + +IGNORE= Does build with libc++ + USES= pkgconfig USE_GNOME= glib20 gtk20 GNU_CONFIGURE= yes |