freebsd-ports/math/wfmath/Makefile
Ade Lovett 8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00

23 lines
444 B
Makefile

# 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
GNU_CONFIGURE= yes
.include <bsd.port.mk>