85c16edea6
clang strenuously objects to. Fixes clang build of audio/gmpc and maybe others. PKGREVISION -> 2.
23 lines
504 B
Makefile
23 lines
504 B
Makefile
# $NetBSD: Makefile,v 1.16 2011/08/01 05:03:44 dholland Exp $
|
|
|
|
DISTNAME= gob2-2.0.18
|
|
PKGREVISION= 2
|
|
CATEGORIES= devel gnome
|
|
MASTER_SITES= http://ftp.5z.com/pub/gob/
|
|
|
|
MAINTAINER= dillo@NetBSD.org
|
|
HOMEPAGE= http://www.5z.com/jirka/gob.html
|
|
COMMENT= GNOME object builder for glib2
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_TOOLS+= lex pkg-config
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
LIBS+= -lfl
|
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|