2001-11-13 09:24:56 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.9 2001/11/13 09:24:56 wilfried Exp $
|
2001-09-13 21:23:08 +00:00
|
|
|
|
|
|
|
COMMENT= "applets for use with the GNOME panel"
|
2001-11-13 09:24:56 +00:00
|
|
|
V= 1.4.0.4
|
2001-09-13 21:23:08 +00:00
|
|
|
DISTNAME= gnome-applets-${V}
|
2001-10-07 20:55:10 +00:00
|
|
|
CATEGORIES= x11 x11/gnome
|
2001-11-13 09:24:56 +00:00
|
|
|
NEED_VERSION= 1.490
|
2001-09-13 21:23:08 +00:00
|
|
|
HOMEPAGE= http://www.gnome.org
|
|
|
|
MAINTAINER= Nils Nordman <nino@nforced.com>
|
|
|
|
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
|
|
|
MASTER_SITE_SUBDIR= stable/sources/gnome-applets
|
2001-09-19 16:28:58 +00:00
|
|
|
EXTRACT_SUFX= .tar.bz2
|
2001-09-13 21:23:08 +00:00
|
|
|
|
|
|
|
LIB_DEPENDS= panel_applet::x11/gnome/core \
|
2001-10-24 12:50:10 +00:00
|
|
|
gtop,gtop_common,gtop_sysdeps::devel/libgtop,gnome
|
2001-09-13 21:23:08 +00:00
|
|
|
|
2001-11-13 09:24:56 +00:00
|
|
|
# GPL
|
2001-09-13 21:23:08 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
USE_X11= Yes
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
|
|
|
|
post-install:
|
2001-09-18 21:45:30 +00:00
|
|
|
@${INSTALL_DATA_DIR} ${PREFIX}/share/examples/gnome-applets; \
|
2001-11-13 09:24:56 +00:00
|
|
|
cp -Rp ${WRKINST}/${SYSCONFDIR}/* ${PREFIX}/share/examples/gnome-applets/
|
2001-09-13 21:23:08 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|