blob: 062fac00334df8cac5c8e3e5707387152f8a8f38 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# $NetBSD: Makefile,v 1.7 2001/01/01 17:33:44 rh Exp $
#
DISTNAME= gal-0.4.1
CATEGORIES= gnome devel
MASTER_SITES= ${MASTER_SITE_GNOME:=unstable/sources/gal/}
MAINTAINER= rh@netbsd.org
HOMEPAGE= http://www.gnome.org/
DEPENDS+= libiconv-*:../../converters/libiconv
DEPENDS+= gnome-core>=1.2.0:../../x11/gnome-core
DEPENDS+= gnome-print>=0.25:../../print/gnome-print
DEPENDS+= gnome-vfs-*:../../sysutils/gnome-vfs
DEPENDS+= libglade>=0.14:../../devel/libglade
DEPENDS+= libunicode>=0.4:../../textproc/libunicode
DEPENDS+= bonobo>=0.26:../../devel/bonobo
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
USE_X11BASE= YES
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
.include "../../mk/bsd.pkg.mk"
|