f068d9601b
objects, no files include X11/*. So remove the dep and bump revision.
25 lines
751 B
Makefile
25 lines
751 B
Makefile
# $NetBSD: Makefile,v 1.36 2007/01/15 19:07:14 joerg Exp $
|
|
|
|
DISTNAME= gnustep-gui-0.11.0
|
|
PKGREVISION= 1
|
|
CATEGORIES= x11 gnustep
|
|
MASTER_SITES= ${MASTER_SITE_GNUSTEP:=core/}
|
|
|
|
MAINTAINER= rh@NetBSD.org
|
|
HOMEPAGE= http://www.gnustep.org/
|
|
COMMENT= GNUstep AppKit Implementation
|
|
|
|
USE_LANGUAGES= objc
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+=--exec-prefix=${PREFIX:Q}/libexec/GNUstep
|
|
MAKE_FILE= GNUmakefile
|
|
|
|
.include "../../audio/libaudiofile/buildlink3.mk"
|
|
.include "../../devel/gnustep-base/buildlink3.mk"
|
|
.include "../../graphics/jpeg/buildlink3.mk"
|
|
.include "../../graphics/libungif/buildlink3.mk"
|
|
.include "../../graphics/png/buildlink3.mk"
|
|
.include "../../graphics/tiff/buildlink3.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|