freebsd-ports/math/wfmath/Makefile
Eitan Adler 334eb0fc61 This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.
If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.

PR:		ports/177081
Reviewed by:	bapt
Approved by:	portmgr (miwi)
2013-03-19 13:04:30 +00:00

18 lines
335 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
USE_PKGCONFIG= yes
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
.include <bsd.port.mk>