freebsd-ports/math/wfmath/Makefile
Oliver Lehmann f0bb14cf11 set USE_GCC
2013-09-07 20:43:45 +00:00

18 lines
339 B
Makefile

# Created by: Janni
# $FreeBSD$
PORTNAME= wfmath
PORTVERSION= 1.0.1
CATEGORIES= math
MASTER_SITES= SF/worldforge/${PORTNAME}%20%28math%20lib%29/${PORTVERSION}
MAINTAINER= oliver@FreeBSD.org
COMMENT= Worldforge math library
USE_GMAKE= yes
USES= pathfix pkgconfig
USE_LDCONFIG= yes
USE_GCC= yes
GNU_CONFIGURE= yes
.include <bsd.port.mk>