2002-05-15 14:05:18 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.13 2002/05/15 18:05:19 espie Exp $
|
2001-09-13 17:23:08 -04:00
|
|
|
|
|
|
|
COMMENT= "applets for use with the GNOME panel"
|
2002-02-15 14:13:15 -05:00
|
|
|
|
|
|
|
DISTNAME= gnome-applets-1.4.0.5
|
2001-10-07 16:55:10 -04:00
|
|
|
CATEGORIES= x11 x11/gnome
|
2002-02-15 14:13:15 -05:00
|
|
|
NEED_VERSION= 1.504
|
|
|
|
HOMEPAGE= http://www.gnome.org/
|
|
|
|
|
2001-09-13 17:23:08 -04:00
|
|
|
MAINTAINER= Nils Nordman <nino@nforced.com>
|
|
|
|
|
2002-05-15 14:05:18 -04:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/gnome-applets/}
|
2001-09-19 12:28:58 -04:00
|
|
|
EXTRACT_SUFX= .tar.bz2
|
2001-09-13 17:23:08 -04:00
|
|
|
|
|
|
|
LIB_DEPENDS= panel_applet::x11/gnome/core \
|
2001-10-24 08:50:10 -04:00
|
|
|
gtop,gtop_common,gtop_sysdeps::devel/libgtop,gnome
|
2001-09-13 17:23:08 -04:00
|
|
|
|
2001-11-13 04:24:56 -05:00
|
|
|
# GPL
|
2001-09-13 17:23:08 -04:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
USE_X11= Yes
|
2002-01-22 10:34:59 -05:00
|
|
|
CONFIGURE_STYLE= autoconf
|
2001-09-13 17:23:08 -04:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
|
|
|
|
post-install:
|
2001-09-18 17:45:30 -04:00
|
|
|
@${INSTALL_DATA_DIR} ${PREFIX}/share/examples/gnome-applets; \
|
2001-11-13 04:24:56 -05:00
|
|
|
cp -Rp ${WRKINST}/${SYSCONFDIR}/* ${PREFIX}/share/examples/gnome-applets/
|
2001-09-13 17:23:08 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|