19 lines
472 B
Makefile
19 lines
472 B
Makefile
# $NetBSD: Makefile,v 1.8 2004/03/31 19:47:59 minskim Exp $
|
|
#
|
|
|
|
DISTNAME= gnustep-objc-1.3.0
|
|
CATEGORIES= devel gnustep
|
|
MASTER_SITES= ftp://ftp.gnustep.org/pub/gnustep/libs/
|
|
|
|
MAINTAINER= rh@NetBSD.org
|
|
HOMEPAGE= http://www.gnustep.org/
|
|
COMMENT= Objective-C runtime
|
|
|
|
USE_BUILDLINK3= YES
|
|
USE_GNU_TOOLS+= make
|
|
MAKEFILE= GNUmakefile
|
|
NO_CONFIGURE= YES
|
|
|
|
.include "../../devel/gnustep-make/buildlink3.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|