256efe9930
GObject Builder (for glib2) is a simple preprocessor for easily creating GObject objects. It does not parse any C code and ignores any C errors. It is in spirit similar to things like lex or yacc. In some ways it also resembles java. But it is really just a simple preprocessor for creating GObjects for use in C or C++ and it is not a programming language.
18 lines
462 B
Makefile
18 lines
462 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2004/12/02 21:05:44 dillo Exp $
|
|
#
|
|
|
|
DISTNAME= gob2-2.0.11
|
|
CATEGORIES= devel gnome
|
|
MASTER_SITES= http://ftp.5z.com/pub/gob/ \
|
|
http://ftp.5z.com/pub/gob/old/
|
|
|
|
MAINTAINER= dillo@NetBSD.org
|
|
HOMEPAGE= http://www.5z.com/jirka/gob.html
|
|
COMMENT= GNOME object builder for glib2
|
|
|
|
USE_BUILDLINK3= YES
|
|
GNU_CONFIGURE= YES
|
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../devel/pkgconfig/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|