8dec3e02ab
The stalonetray is a STAnd-aLONE system TRAY (notification area). It has minimal build and run-time dependencies: the Xlib only. The XEMBED support is planned. Stalonetray runs under virtually any window manager.
31 lines
754 B
Makefile
31 lines
754 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2007/12/12 14:54:49 jasper Exp $
|
|
|
|
COMMENT= stand-alone tray for EWMH-compliant window managers
|
|
|
|
DISTNAME= stalonetray-0.7.5
|
|
CATEGORIES= x11 systuils
|
|
|
|
HOMEPAGE= http://stalonetray.sourceforge.net/
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WANTLIB= ICE SM X11 Xpm c
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=stalonetray/}
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS+= --disable-debug
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/stalonetray
|
|
${INSTALL_DATA} ${WRKSRC}/stalonetrayrc.sample \
|
|
${PREFIX}/share/examples/stalonetray
|
|
|
|
.include <bsd.port.mk>
|