openbsd-ports/x11/wmbutton/Makefile
2006-07-20 04:43:27 +00:00

34 lines
766 B
Makefile

# $OpenBSD: Makefile,v 1.15 2006/07/20 04:43:28 steven Exp $
COMMENT= 'wm-dockapp; application launching program'
DISTNAME= wmbutton-0.4
PKGNAME= ${DISTNAME}p0
CATEGORIES= x11 x11/windowmaker
HOMEPAGE= http://greek0.net/~greek0/wmbutton/
MAINTAINER= Peter Stromberg <wilfried@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= X11 Xext Xpm c
MASTER_SITES= ${HOMEPAGE}
USE_X11= Yes
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>