openbsd-ports/x11/gnome/applets/Makefile

38 lines
1.1 KiB
Makefile
Raw Normal View History

2001-10-24 08:50:10 -04:00
# $OpenBSD: Makefile,v 1.8 2001/10/24 12:50:10 espie Exp $
2001-09-13 17:23:08 -04:00
COMMENT= "applets for use with the GNOME panel"
V= 1.4.0.1
DISTNAME= gnome-applets-${V}
CATEGORIES= x11 x11/gnome
NEED_VERSION= 1.473
2001-09-13 17:23:08 -04:00
HOMEPAGE= http://www.gnome.org
MAINTAINER= Nils Nordman <nino@nforced.com>
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/gnome-applets
EXTRACT_SUFX= .tar.bz2
2001-09-13 17:23:08 -04:00
PATCH_LIST= ${PORTSDIR}/infrastructure/patches/patch-lt1.3.5-ltconfig \
${PORTSDIR}/infrastructure/patches/patch-lt1.3.5-ltmain_sh \
patch-*
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
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:
@${INSTALL_DATA_DIR} ${PREFIX}/share/examples/gnome-applets; \
cp -rp ${WRKINST}/${SYSCONFDIR}/* ${PREFIX}/share/examples/gnome-applets/
2001-09-13 17:23:08 -04:00
.include <bsd.port.mk>