gnustep-base doesn't need to install the compatibility layer anymore, which requires a major lib bump. Bump revision of all dependent packages, and remove double REVISION in webservices OK landry@
18 lines
363 B
Makefile
18 lines
363 B
Makefile
# $OpenBSD: Makefile,v 1.4 2012/08/22 07:15:52 sebastia Exp $
|
|
|
|
COMMENT = GNUstep based scientific calcualtor
|
|
|
|
DISTNAME = EdenMath_GNUstep-1.1.1
|
|
REVISION = 1
|
|
|
|
HOMEPAGE = http://www.eskimo.com/~pburns/EdenMath/
|
|
MASTER_SITES = ${HOMEPAGE}/files/
|
|
|
|
MODULES = x11/gnustep
|
|
WANTLIB += c m pthread
|
|
|
|
post-extract:
|
|
rm ${WRKDIST}//EMResponder.m.orig
|
|
|
|
.include <bsd.port.mk>
|