c487cb967a
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
26 lines
663 B
Makefile
26 lines
663 B
Makefile
# $NetBSD: Makefile,v 1.15 2004/10/03 00:13:27 tv Exp $
|
|
#
|
|
|
|
DISTNAME= gconfmm-2.0.2
|
|
PKGREVISION= 1
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gconfmm/2.0/}
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://www.gtkmm.org/
|
|
COMMENT= C++ interface to GConf2
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_BUILDLINK3= YES
|
|
USE_LIBTOOL= YES
|
|
USE_GNU_TOOLS+= make
|
|
USE_LANGUAGES= c c++
|
|
|
|
PKGCONFIG_OVERRIDE= gconf/gconfmm-2.0.pc.in
|
|
PKGCONFIG_OVERRIDE+= gconf/gconfmm-2.0-uninstalled.pc.in
|
|
|
|
.include "../../devel/GConf2/buildlink3.mk"
|
|
.include "../../devel/pkgconfig/buildlink3.mk"
|
|
# gtkmm must be 2.0/2.2
|
|
.include "../../x11/gtkmm/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|