d8262452c1
package and library major bumps therein. Also match dependency in corresponding buildlink2.mk's for the same reason. Mmmm, binary packages.
27 lines
680 B
Makefile
27 lines
680 B
Makefile
# $NetBSD: Makefile,v 1.3 2002/12/24 06:09:47 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= gnome-db-0.8.192
|
|
PKGREVISION= 1
|
|
CATEGORIES= database gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-db/0.8/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= sab@posix.org.uk
|
|
HOMEPAGE= http://www.gnome-db.org/
|
|
COMMENT= GNOME2 database applications and libraries
|
|
|
|
USE_PERL5= build
|
|
USE_X11= YES
|
|
USE_GMAKE= YES
|
|
USE_LIBTOOL= YES
|
|
USE_BUILDLINK2= YES
|
|
USE_PKGLOCALEDIR= YES
|
|
GNU_CONFIGURE= YES
|
|
|
|
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
|
|
|
|
.include "../../databases/libgnomedb/buildlink2.mk"
|
|
.include "../../devel/libgnomeui/buildlink2.mk"
|
|
.include "../../devel/libglade2/buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|