freebsd-ports/math/matrices/Makefile
Baptiste Daroussin c16b6a9faa Mark as deprecated: unmaintained upstream
Submitted by:	Morten Slot Kristensen <ontherenth@gmail.com> (maintainer, upstream) via pkg-fallout
2013-09-12 12:18:12 +00:00

25 lines
491 B
Makefile

# Created by: Morten Slot Kristensen
# $FreeBSD$
PORTNAME= matrices
PORTVERSION= 1.0
PORTREVISION= 6
CATEGORIES= math
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
PLIST_FILES= bin/${PORTNAME}
MAN1= ${PORTNAME}.1
.include <bsd.port.mk>