2005-02-09 22:51:33 +01:00
|
|
|
# New ports collection makefile for: wfmath
|
|
|
|
# Date created: 3 February 2005
|
|
|
|
# Whom: Janni
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= wfmath
|
2005-09-28 17:00:58 +02:00
|
|
|
PORTVERSION= 0.3.4
|
2005-02-09 22:51:33 +01:00
|
|
|
CATEGORIES= math
|
2005-09-28 17:00:58 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
2005-02-09 22:51:33 +01:00
|
|
|
MASTER_SITE_SUBDIR= worldforge
|
|
|
|
|
2005-09-30 15:07:16 +02:00
|
|
|
MAINTAINER= oliver@FreeBSD.org
|
2005-02-09 22:51:33 +01:00
|
|
|
COMMENT= Worldforge math library
|
|
|
|
|
|
|
|
USE_GMAKE= yes
|
2005-09-28 17:00:58 +02:00
|
|
|
USE_GNOME= pkgconfig gnomehack
|
2005-02-09 22:51:33 +01:00
|
|
|
INSTALLS_SHLIB= yes
|
2005-10-04 01:08:07 +02:00
|
|
|
USE_GCC= 3.4
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2005-02-09 22:51:33 +01:00
|
|
|
|
2005-10-04 01:08:07 +02:00
|
|
|
.include <bsd.port.mk>
|