sebastia 744a85fb88 Force using ld.bfd, since there is a still unknown problem loading Bundles
into Objective-C applications, which breaks most of x11/gnustep and www/sogo

Bump everything using the x11/gnustep module
2018-11-26 14:17:12 +00:00

29 lines
583 B
Makefile

# $OpenBSD: Makefile,v 1.20 2018/11/26 14:17:12 sebastia Exp $
COMMENT= educational application to solve physics problems
VERSION = 0.3.5
REVISION = 4
DISTNAME = fisicalab-${VERSION}-1
PKGNAME = fisicalab-${VERSION}.1
HOMEPAGE= http://www.nongnu.org/fisicalab/
MASTER_SITES= ${MASTER_SITE_GNU:=fisicalab/}
#GPLv3
MODULES= x11/gnustep
WANTLIB = gsl gslcblas
WANTLIB += ${COMPILER_LIBCXX}
LIB_DEPENDS= devel/gsl
CONFIGURE_STYLE = gnu
WRKSRC = ${WRKDIR}/fisicalab-${VERSION}
pre-configure:
cd ${WRKBUILD} && \
find . -name COPYING.txt~ -exec rm {} \;
.include <bsd.port.mk>