bedae6c90c
*-dirs packages.
29 lines
767 B
Makefile
29 lines
767 B
Makefile
# $NetBSD: Makefile,v 1.47 2004/04/14 16:15:25 jmmv Exp $
|
|
|
|
DISTNAME= gnome-pim-1.4.6
|
|
PKGREVISION= 7
|
|
CATEGORIES= misc x11 gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-pim/1.4/}
|
|
|
|
MAINTAINER= rh@NetBSD.org
|
|
HOMEPAGE= http://www.gnome.org/
|
|
COMMENT= Personal Information Manager for GNOME
|
|
|
|
BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison
|
|
|
|
USE_BUILDLINK2= YES
|
|
USE_DIRS+= gnome1-1.5
|
|
USE_PKGLOCALEDIR= YES
|
|
USE_GNU_TOOLS+= make
|
|
USE_LIBTOOL= YES
|
|
USE_X11BASE= YES
|
|
BUILD_USES_MSGFMT= YES
|
|
|
|
GNU_CONFIGURE= YES
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
CONFIGURE_ENV+= LOCALEDIR=${PKGLOCALEDIR}
|
|
CONFIGURE_ARGS+= --with-pisock=${LOCALBASE}
|
|
|
|
.include "../../comms/gnome-pilot/buildlink2.mk"
|
|
.include "../../x11/gnome-core/buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|