blob: eaad8d14208e4af21c3f49eebb6510ff221bff52 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: wfmath
# Date created: 3 February 2005
# Whom: Janni
#
# $FreeBSD$
#
PORTNAME= wfmath
PORTVERSION= 0.3.11
CATEGORIES= math
MASTER_SITES= SF/worldforge/${PORTNAME}%20%28math%20lib%29/${PORTVERSION}
MAINTAINER= oliver@FreeBSD.org
COMMENT= Worldforge math library
USE_GMAKE= yes
USE_GNOME= pkgconfig gnomehack
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
.include <bsd.port.mk>
|