openbsd-ports/x11/wmbutton/Makefile
2013-03-11 11:35:43 +00:00

28 lines
606 B
Makefile

# $OpenBSD: Makefile,v 1.20 2013/03/11 11:46:16 espie Exp $
COMMENT= wm-dockapp; application launching program
DISTNAME= wmbutton-0.6.1
REVISION= 0
CATEGORIES= x11 x11/windowmaker
HOMEPAGE= http://greek0.net/~greek0/wmbutton/
# GPL
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= X11 Xext Xpm c
MASTER_SITES= ${HOMEPAGE}
NO_TEST= Yes
SAMPLE_DIR= ${PREFIX}/share/examples/wmbutton
SUBST_VARS+= SAMPLE_DIR
do-install:
${INSTALL_PROGRAM} ${WRKBUILD}/wmbutton ${PREFIX}/bin
${INSTALL_DATA_DIR} ${SAMPLE_DIR}
${INSTALL_DATA} ${WRKSRC}/.wmbutton ${SAMPLE_DIR}/dot.wmbutton.sample
.include <bsd.port.mk>