29 lines
740 B
Makefile
29 lines
740 B
Makefile
# $NetBSD: Makefile,v 1.3 2005/04/11 21:12:28 tvierling Exp $
|
|
# $Id: Makefile,v 1.3 2005/04/11 21:12:28 tvierling Exp $
|
|
#
|
|
|
|
DISTNAME= glade-2.0.1
|
|
PKGNAME= ${DISTNAME:S/-/2-nognome-/}
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/glade/2.0/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= dotz@irc.pl
|
|
HOMEPAGE= http://glade.gnome.org/
|
|
COMMENT= User interface builder for the GTK2+ toolkit and GNOME2
|
|
|
|
BUILD_USES_MSGFMT= YES
|
|
|
|
CONFLICTS+= glade-*
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_DIRS+= xdg-1.1
|
|
USE_PKGLOCALEDIR= YES
|
|
USE_GNU_TOOLS+= make
|
|
USE_X11= YES
|
|
USE_LIBTOOL= YES
|
|
|
|
.include "../../devel/pkgconfig/buildlink3.mk"
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|