6d9af8d68d
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
31 lines
781 B
Makefile
31 lines
781 B
Makefile
# $NetBSD: Makefile,v 1.34 2004/01/03 18:49:56 reed Exp $
|
|
#
|
|
|
|
DISTNAME= gnome-applets-1.4.0.4
|
|
PKGREVISION= 8
|
|
CATEGORIES= x11 gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-applets/1.4/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://www.gnome.org/
|
|
COMMENT= Applets for GNOME
|
|
|
|
BUILD_DEPENDS+= xml-i18n-tools-[0-9]*:../../textproc/xml-i18n-tools
|
|
|
|
BUILDLINK_DEPENDS.gnome-panel= gnome-panel<2.0
|
|
|
|
USE_BUILDLINK2= YES
|
|
USE_PKGLOCALEDIR= YES
|
|
USE_GMAKE= YES
|
|
USE_X11BASE= YES
|
|
USE_LIBTOOL= YES
|
|
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
|
|
BUILD_USES_MSGFMT= YES
|
|
|
|
GNU_CONFIGURE= YES
|
|
|
|
.include "../../textproc/scrollkeeper/omf.mk"
|
|
.include "../../x11/gnome-core/buildlink2.mk"
|
|
.include "../../devel/libgtop/buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|