openbsd-ports/net/gnomeicu/Makefile

34 lines
892 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.14 2003/09/28 10:41:09 sturm Exp $
2001-09-13 16:47:16 -04:00
COMMENT= "GNOME ICQ client"
2001-09-13 16:47:16 -04:00
V= 0.96.1
DISTNAME= gnomeicu-${V}
CATEGORIES= net x11/gnome
2001-09-13 16:47:16 -04:00
HOMEPAGE= http://gnomeicu.sourceforge.net
2002-12-03 17:45:32 -05:00
MAINTAINER= Jim Geovedi <jim@corebsd.or.id>
2001-09-13 16:47:16 -04:00
2002-05-15 13:42:24 -04:00
MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/gnomeicu/}
2001-09-13 16:47:16 -04:00
#LIB_DEPENDS= panel_applet::x11/gnome/core \
# gdbm.::databases/gdbm
2001-09-13 16:47:16 -04:00
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}
2001-09-13 16:47:16 -04:00
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
2001-09-13 16:47:16 -04:00
post-install:
@${INSTALL_DATA_DIR} ${PREFIX}/share/examples/gnomeicu; \
cp -rp ${WRKINST}/${SYSCONFDIR}/* ${PREFIX}/share/examples/gnomeicu/
2001-09-13 16:47:16 -04:00
2003-09-23 17:15:19 -04:00
BROKEN= "Needs upgrade to a newer version supporting Gnome 2 and Gnet 2"
2001-09-13 16:47:16 -04:00
.include <bsd.port.mk>