00478b39e6
to use instead "USE_TOOLS+=intltool". Remove now unused intltool/buildlink3.mk
22 lines
574 B
Makefile
22 lines
574 B
Makefile
# $NetBSD: Makefile,v 1.15 2006/07/05 05:37:44 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= libgnomecups-0.2.2
|
|
PKGREVISION= 3
|
|
CATEGORIES= print gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgnomecups/0.2/}
|
|
|
|
MAINTAINER= jmmv@NetBSD.org
|
|
HOMEPAGE= http://www.gnome.org/
|
|
COMMENT= GNOME interface to CUPS
|
|
|
|
USE_TOOLS+= intltool msgfmt pkg-config
|
|
GNU_CONFIGURE= YES
|
|
USE_LIBTOOL= YES
|
|
|
|
PKGCONFIG_OVERRIDE= libgnomecups-1.0.pc.in
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../print/cups/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|