mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
07ef007c1a
Thus, it includes several shapes (boxes, balls, lines), in addition to the basic math objects that are used to build these shapes (points, vectors, matricies). PR: ports/77046 Submitted by: jannisan@t-online.de (Jan Rochel)
31 lines
639 B
Makefile
31 lines
639 B
Makefile
# New ports collection makefile for: wfmath
|
|
# Date created: 3 February 2005
|
|
# Whom: Janni
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= wfmath
|
|
PORTVERSION= 0.3.3
|
|
CATEGORIES= math
|
|
MASTER_SITES= ftp://ftp.worldforge.org/pub/worldforge/libs/${PORTNAME}/ \
|
|
http://purple.worldforge.org/downloads/libs/${PORTNAME}/ \
|
|
${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= worldforge
|
|
|
|
MAINTAINER= jannisan@t-online.de
|
|
COMMENT= Worldforge math library
|
|
|
|
USE_GMAKE= yes
|
|
USE_GNOME= pkgconfig
|
|
INSTALLS_SHLIB= yes
|
|
USE_LIBTOOL_VER=15
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${OSVERSION} < 500000
|
|
BROKEN= Does not compile
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|