2010-10-24 20:58:58 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.18 2010/10/24 21:15:35 ajacoutot Exp $
|
2001-03-28 09:59:37 +00:00
|
|
|
|
2007-09-15 20:04:18 +00:00
|
|
|
COMMENT= wm-dockapp; application launching program
|
2001-01-16 21:29:04 +00:00
|
|
|
|
2006-10-19 07:35:02 +00:00
|
|
|
DISTNAME= wmbutton-0.6.1
|
2001-03-09 14:28:45 +00:00
|
|
|
CATEGORIES= x11 x11/windowmaker
|
2001-01-16 21:29:04 +00:00
|
|
|
|
2006-07-20 04:43:27 +00:00
|
|
|
HOMEPAGE= http://greek0.net/~greek0/wmbutton/
|
2003-04-27 06:54:26 +00:00
|
|
|
|
2001-03-09 14:28:45 +00:00
|
|
|
MAINTAINER= Peter Stromberg <wilfried@openbsd.org>
|
2001-01-16 21:29:04 +00:00
|
|
|
|
2002-04-19 14:27:37 +00:00
|
|
|
# GPL
|
2001-01-16 21:29:04 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2004-12-19 17:27:00 +00:00
|
|
|
WANTLIB= X11 Xext Xpm c
|
2001-01-16 21:29:04 +00:00
|
|
|
|
2006-07-20 04:43:27 +00:00
|
|
|
MASTER_SITES= ${HOMEPAGE}
|
2003-04-27 06:54:26 +00:00
|
|
|
|
2001-10-25 22:34:48 +00:00
|
|
|
NO_REGRESS= Yes
|
2001-01-16 21:29:04 +00:00
|
|
|
|
2001-03-09 14:28:45 +00:00
|
|
|
SAMPLE_DIR= ${PREFIX}/share/examples/wmbutton
|
|
|
|
SUBST_VARS+= SAMPLE_DIR
|
2001-01-16 21:29:04 +00:00
|
|
|
|
|
|
|
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>
|