openbsd-ports/net/gnomeicu/Makefile
sturm 38ee9f9ce1 mirror-maker doesn't like ports depending on non-existent stuff, even
if the port in question is marked broken, thus comment dependencies on
non-existent ports
2003-09-28 10:41:09 +00:00

34 lines
892 B
Makefile

# $OpenBSD: Makefile,v 1.14 2003/09/28 10:41:09 sturm Exp $
COMMENT= "GNOME ICQ client"
V= 0.96.1
DISTNAME= gnomeicu-${V}
CATEGORIES= net x11/gnome
HOMEPAGE= http://gnomeicu.sourceforge.net
MAINTAINER= Jim Geovedi <jim@corebsd.or.id>
MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/gnomeicu/}
#LIB_DEPENDS= panel_applet::x11/gnome/core \
# gdbm.::databases/gdbm
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
USE_X11= Yes
CONFIGURE_STYLE= autoconf
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
post-install:
@${INSTALL_DATA_DIR} ${PREFIX}/share/examples/gnomeicu; \
cp -rp ${WRKINST}/${SYSCONFDIR}/* ${PREFIX}/share/examples/gnomeicu/
BROKEN= "Needs upgrade to a newer version supporting Gnome 2 and Gnet 2"
.include <bsd.port.mk>