f79573370a
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
35 lines
781 B
Makefile
35 lines
781 B
Makefile
# $NetBSD: Makefile,v 1.29 2001/09/27 23:18:25 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= gnome-pim-1.4.0
|
|
CATEGORIES= misc x11 gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/gnome-pim/}
|
|
|
|
MAINTAINER= rh@netbsd.org
|
|
HOMEPAGE= http://www.gnome.org/
|
|
COMMENT= Personal Information Manager for GNOME
|
|
|
|
BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison
|
|
DEPENDS+= gnome-core>1.4.0:../../x11/gnome-core
|
|
|
|
USE_GMAKE= YES
|
|
USE_LIBTOOL= YES
|
|
USE_X11BASE= YES
|
|
|
|
GNU_CONFIGURE= YES
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
CONFIGURE_ENV+= LOCALEDIR=${LOCALEDIR}
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
# The directory in which locale files are found is:
|
|
#
|
|
# ${PREFIX}/${LOCALEDIR}/locale/<lang>/LC_MESSAGES
|
|
#
|
|
.if ${OPSYS} == "SunOS"
|
|
LOCALEDIR= lib
|
|
.else
|
|
LOCALEDIR= share
|
|
.endif
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|