a58dd81611
This shouldn't be needed if we had non-recursive dependancies *sigh*.
21 lines
512 B
Makefile
21 lines
512 B
Makefile
# $NetBSD: Makefile,v 1.9 2004/01/23 21:50:43 jmmv Exp $
|
|
#
|
|
|
|
DISTNAME= gnustep-examples-0.9.7
|
|
PKGREVISION= 6
|
|
CATEGORIES= devel gnustep
|
|
MASTER_SITES= ${MASTER_SITE_GNUSTEP:=core/}
|
|
|
|
MAINTAINER= rh@NetBSD.org
|
|
HOMEPAGE= http://www.gnustep.org/
|
|
COMMENT= Some GUI programming examples for GNUstep
|
|
|
|
USE_BUILDLINK2= YES
|
|
USE_GNU_TOOLS+= make
|
|
USE_X11= YES
|
|
MAKEFILE= GNUmakefile
|
|
NO_CONFIGURE= YES
|
|
|
|
.include "../../x11/gnustep-back/buildlink2.mk"
|
|
.include "../../mk/pthread.buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|