26 lines
505 B
Makefile
26 lines
505 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
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|