b48eba1112
all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".]
25 lines
594 B
Makefile
25 lines
594 B
Makefile
# $NetBSD: Makefile,v 1.4 2002/03/13 17:36:41 fredb Exp $
|
|
|
|
DISTNAME= gnomeicu-0.96
|
|
PKGREVISION= 1
|
|
CATEGORIES= chat gnome
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnomeicu/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= tron@netbsd.org
|
|
HOMEPAGE= http://gnomeicu.sourceforge.net/
|
|
COMMENT= GNOME ICQ client
|
|
|
|
DEPENDS+= gdbm>=1.8.0:../../databases/gdbm
|
|
DEPENDS+= gnome-core>=1.4.0.4nb1:../../x11/gnome-core
|
|
DEPENDS+= libiconv>=1.5:../../converters/libiconv
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_X11BASE= YES
|
|
USE_GMAKE= YES
|
|
USE_LIBINTL= YES
|
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LIBS+= -liconv
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|