49afc89ea6
- Add ftp.funet.fi and ftp.sunet.se mirrors where available. - Remove broken ftp.funet.fi references.
32 lines
773 B
Makefile
32 lines
773 B
Makefile
# $OpenBSD: Makefile,v 1.7 2001/07/13 11:25:01 naddy Exp $
|
|
|
|
COMMENT= 'wm-dockapp; application launching program'
|
|
|
|
DISTNAME= wmbutton-0.4
|
|
CATEGORIES= x11 x11/windowmaker
|
|
NEED_VERSION= 1.364
|
|
|
|
HOMEPAGE= http://members.access1.net/ehflora/
|
|
|
|
MAINTAINER= Peter Stromberg <wilfried@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${HOMEPAGE}wmbutton/ \
|
|
ftp://ftp.sra.co.jp/pub/os/FreeBSD/distfiles/
|
|
|
|
USE_X11= 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>
|