blob: decde276203edda95997aa1a6b6b991004de84d4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: Makefile,v 1.10 2006/02/05 23:08:43 joerg Exp $
#
.include "../../x11/gtoolkit/Makefile.common"
PKGNAME= ${DISTNAME:S/-/-examples-/}
PKGREVISION= 7
CATEGORIES= devel
COMMENT= Objective-C examples for GToolKit
DISTINFO_FILE= ${.CURDIR}/../../x11/gtoolkit/distinfo
PATCHDIR= ${.CURDIR}/../../x11/gtoolkit/patches
BUILD_DIRS= ${WRKSRC}/Examples
.include "../../x11/gtoolkit/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|