freebsd-ports/math/wfmath/Makefile

24 lines
444 B
Makefile
Raw Normal View History

# 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
2005-10-04 01:08:07 +02:00
USE_GCC= 3.4
GNU_CONFIGURE= yes
2005-10-04 01:08:07 +02:00
.include <bsd.port.mk>