d7f69e47ce
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set to "YES". This enforces the requirement that bsd.pkg.install.mk be included at the end of a package Makefile. Idea suggested by Julio M. Merino Vidal <jmmv at menta.net>.
32 lines
811 B
Makefile
32 lines
811 B
Makefile
# $NetBSD: Makefile,v 1.7 2003/01/28 22:03:11 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= gnome-mime-data-2.0.1
|
|
PKGREVISION= 2
|
|
CATEGORIES= databases gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-mime-data/2.0/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= packages@netbsd.org
|
|
HOMEPAGE= http://www.gnome.org/
|
|
COMMENT= MIME and Application database for GNOME2
|
|
|
|
BUILD_USES_MSGFMT= YES
|
|
|
|
CONFLICTS= gnome-vfs<=1.0.3
|
|
|
|
USE_BUILDLINK2= YES
|
|
USE_PKGINSTALL= YES
|
|
USE_PKGLOCALEDIR= YES
|
|
USE_PERL5= build
|
|
GNU_CONFIGURE= YES
|
|
|
|
CONFIGURE_ARGS= --sysconfdir="${PKG_SYSCONFDIR}"
|
|
|
|
EGDIR= ${PREFIX}/share/examples/gnome-mime-data
|
|
CONF_FILES= ${EGDIR}/gnome-vfs-mime-magic ${PKG_SYSCONFDIR}/gnome-vfs-mime-magic
|
|
|
|
.include "../../devel/gettext-lib/buildlink2.mk"
|
|
.include "../../lang/perl5/buildlink2.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|