2.0.19: * Print unreftors and destructors before calling parent finalize and dispose as is the proper ordering (thanks to Dmitri Toubelis) * do not output #line 0 statements (patch from Nick Bowler) * Fix empty file separator (thanks to H.-J. Schnitzer)
22 lines
487 B
Makefile
22 lines
487 B
Makefile
# $NetBSD: Makefile,v 1.23 2013/01/06 00:33:46 wiz Exp $
|
|
|
|
DISTNAME= gob2-2.0.19
|
|
CATEGORIES= devel gnome
|
|
MASTER_SITES= http://ftp.5z.com/pub/gob/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.5z.com/jirka/gob.html
|
|
COMMENT= GNOME object builder for glib2
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
USE_TOOLS+= lex pkg-config
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
.if ${OPSYS} != "SunOS"
|
|
LIBS+= -lfl
|
|
.endif
|
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|