macppc still stays on using gcc due to too many problems there. On amd64 and i386 now use the non-fragile-abi. Now that allows on amd64 and i386 to use newer objective-c 2.0 features.
18 lines
355 B
Makefile
18 lines
355 B
Makefile
# $OpenBSD: Makefile,v 1.9 2013/10/19 13:25:01 sebastia Exp $
|
|
|
|
COMMENT= view images and do slideshows
|
|
|
|
DISTNAME = LaternaMagica-0.4
|
|
REVISION = 2
|
|
|
|
HOMEPAGE= http://gap.nongnu.org/laternamagica/
|
|
MASTER_SITES= ${MASTER_SITE_SAVANNAH:=gap/}
|
|
|
|
MODULES= x11/gnustep
|
|
WANTLIB+= c m pthread
|
|
|
|
post-extract:
|
|
rm ${WRKSRC}/AppController.m.orig
|
|
|
|
.include <bsd.port.mk>
|