blob: 3a1bb9df781eb0b5f681ca7ccfc77e75d7dc0d77 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $NetBSD: Makefile,v 1.13 2004/09/27 01:14:18 rh Exp $
#
DISTNAME= gnustep-examples-1.0.0
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_BUILDLINK3= yes
USE_X11= yes
NO_CONFIGURE= yes
.include "../../x11/gnustep-back/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|