openbsd-ports/x11/stalonetray/Makefile
2015-05-09 10:17:36 +00:00

29 lines
689 B
Makefile

# $OpenBSD: Makefile,v 1.8 2015/05/09 10:17:36 jasper Exp $
COMMENT= stand-alone tray for EWMH-compliant window managers
DISTNAME= stalonetray-0.8.3
CATEGORIES= x11 sysutils
HOMEPAGE= http://stalonetray.sourceforge.net/
# GPLv2
PERMIT_PACKAGE_CDROM= 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"
USE_GROFF = Yes
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/stalonetray
${INSTALL_DATA} ${WRKSRC}/stalonetrayrc.sample \
${PREFIX}/share/examples/stalonetray
.include <bsd.port.mk>