28 lines
606 B
Makefile
Raw Normal View History

2013-03-11 11:35:43 +00:00
# $OpenBSD: Makefile,v 1.20 2013/03/11 11:46:16 espie Exp $
COMMENT= wm-dockapp; application launching program
2006-10-19 07:35:02 +00:00
DISTNAME= wmbutton-0.6.1
REVISION= 0
CATEGORIES= x11 x11/windowmaker
2006-07-20 04:43:27 +00:00
HOMEPAGE= http://greek0.net/~greek0/wmbutton/
2003-04-27 06:54:26 +00:00
2002-04-19 14:27:37 +00:00
# GPL
PERMIT_PACKAGE_CDROM= Yes
2004-12-19 17:27:00 +00:00
WANTLIB= X11 Xext Xpm c
2006-07-20 04:43:27 +00:00
MASTER_SITES= ${HOMEPAGE}
2003-04-27 06:54:26 +00:00
2013-03-11 11:35:43 +00:00
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>