blob: d05eabd3264ba7a3d5cbecff855b816797746484 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: Makefile,v 1.14 2000/01/15 09:58:15 tron Exp $
#
DISTNAME= gnome-pim-1.0.50
CATEGORIES= misc x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/gnome-pim/}
MAINTAINER= rh@netbsd.org
HOMEPAGE= http://www.gnome.org/
BUILD_DEPENDS= ${LOCALBASE}/bin/bison:../../devel/bison
DEPENDS+= gnome-core-*:../../x11/gnome-core
GNU_CONFIGURE= YES
USE_X11BASE= YES
.include "../../mk/bsd.pkg.mk"
|