68e0ebb52c
Switch to use the .tar.bz2 distfile as most GNOME2 packages (suggested in the same PR).
24 lines
629 B
Makefile
24 lines
629 B
Makefile
# $NetBSD: Makefile,v 1.2 2003/02/22 10:32:50 jmmv Exp $
|
|
#
|
|
|
|
DISTNAME= mergeant-0.10.0
|
|
CATEGORIES= database gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/mergeant/0.10/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= packages@netbsd.org
|
|
HOMEPAGE= http://www.gnome-db.org/
|
|
COMMENT= GNOME2 GNOME-DB database front-end
|
|
|
|
USE_PERL5= build
|
|
USE_BUILDLINK2= YES
|
|
USE_X11= YES
|
|
USE_GMAKE= YES
|
|
USE_PKGLOCALEDIR= YES
|
|
GNU_CONFIGURE= YES
|
|
USE_LIBTOOL= YES
|
|
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
|
|
|
|
.include "../../databases/libgnomedb/buildlink2.mk"
|
|
.include "../../print/libgnomeprintui/buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|