20 lines
503 B
Makefile
20 lines
503 B
Makefile
# $NetBSD: Makefile,v 1.2 2001/02/17 17:22:04 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= glibwww-0.2
|
|
CATEGORIES= www gnome devel
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=unstable/sources/glibwww/}
|
|
|
|
MAINTAINER= rh@netbsd.org
|
|
HOMEPAGE= http://www.gnome.org/
|
|
COMMENT= event register/unregister functions that use the glib event loop
|
|
|
|
DEPENDS+= libwww>=5.2.8:../../www/libwww
|
|
DEPENDS+= gnome-libs>=1.2.3:../../x11/gnome-libs
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_LIBTOOL= YES
|
|
|
|
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|