blob: d35482aa35cfdd3efb43acb7d20cebb0d2f5df4a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# New ports collection makefile for: wfmath
# Date created: 3 February 2005
# Whom: Janni
#
# $FreeBSD$
#
PORTNAME= wfmath
PORTVERSION= 0.3.4
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= worldforge
MAINTAINER= oliver@FreeBSD.org
COMMENT= Worldforge math library
USE_GMAKE= yes
USE_GNOME= pkgconfig gnomehack
INSTALLS_SHLIB= yes
USE_GCC= 3.4
USE_AUTOTOOLS= libtool:15:inc
.include <bsd.port.mk>
|