pkgsrc/devel/gal/Makefile
tron 4d4bcf652b Update "gal" to version 0.12. The list of bug fixes and new features
since version 0.10 is several pages long and can be found in the
"ChangeLog" file.
2001-09-24 20:45:22 +00:00

29 lines
808 B
Makefile

# $NetBSD: Makefile,v 1.15 2001/09/24 20:45:22 tron Exp $
DISTNAME= gal-0.12
CATEGORIES= gnome devel
MASTER_SITES= ${MASTER_SITE_GNOME:=unstable/sources/gal/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= rh@netbsd.org
HOMEPAGE= http://www.gnome.org/
COMMENT= Gnome Application Libraries
DEPENDS+= libiconv-*:../../converters/libiconv
DEPENDS+= gnome-libs>=1.2.13:../../x11/gnome-libs
DEPENDS+= gnome-print>=0.28:../../print/gnome-print
DEPENDS+= gnome-vfs>=1.0:../../sysutils/gnome-vfs
DEPENDS+= libglade>=0.16:../../devel/libglade
DEPENDS+= libunicode>=0.4:../../textproc/libunicode
DEPENDS+= bonobo>=1.0.4:../../devel/bonobo
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
USE_X11BASE= YES
USE_LIBINTL= YES
CONFIGURE_ARGS+= -with-libiconv=${LOCALBASE}
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
.include "../../mk/bsd.pkg.mk"