2001-09-18 21:45:30 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.3 2001/09/18 21:45:30 naddy Exp $
|
2001-09-13 21:23:08 +00:00
|
|
|
|
|
|
|
COMMENT= "applets for use with the GNOME panel"
|
|
|
|
V= 1.4.0.1
|
|
|
|
DISTNAME= gnome-applets-${V}
|
|
|
|
CATEGORIES= x11
|
2001-09-14 14:41:29 +00:00
|
|
|
NEED_VERSION= 1.455
|
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
|
|
|
|
|
|
|
|
LIB_DEPENDS= panel_applet::x11/gnome/core \
|
|
|
|
gtop::devel/libgtop,gnome
|
|
|
|
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
USE_X11= Yes
|
|
|
|
USE_GMAKE= 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; \
|
|
|
|
cp -rp ${PREFIX}/../../etc/* ${PREFIX}/share/examples/gnome-applets/
|
2001-09-13 21:23:08 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|