openbsd-ports/x11/wmbutton/Makefile

29 lines
664 B
Makefile
Raw Normal View History

2002-04-19 10:27:37 -04:00
# $OpenBSD: Makefile,v 1.11 2002/04/19 14:27:37 wilfried Exp $
COMMENT= 'wm-dockapp; application launching program'
DISTNAME= wmbutton-0.4
CATEGORIES= x11 x11/windowmaker
2002-03-21 16:25:50 -05:00
NEED_VERSION= 1.515
MAINTAINER= Peter Stromberg <wilfried@openbsd.org>
2002-04-19 10:27:37 -04:00
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
USE_X11= Yes
2001-10-25 18:34:48 -04:00
NO_REGRESS= 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>