summaryrefslogtreecommitdiff
path: root/x11/wmbutton/Makefile
blob: 14154adb49824f5ea8fa14a1ee6985993ce3d094 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# New ports collection makefile for:	wmbutton
# Version required:		0.4
# Date created:			10 Apr 1999
# Whom:				Jim Mock <jim@FreeBSD.org>
#
# $Id: Makefile,v 1.1.1.1 1999/04/11 12:53:10 jseger Exp $
#

DISTNAME=	wmbutton-0.4
CATEGORIES=	x11 windowmaker
MASTER_SITES=	http://www-personal.ksu.edu/~ehflora/wmbutton/

MAINTAINER=	jim@FreeBSD.org

LIB_DEPENDS=	Xpm.4:${PORTSDIR}/graphics/xpm

USE_X_PREFIX=	yes

do-build:
	(cd ${WRKSRC} && make)

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/wmbutton ${PREFIX}/bin

post-install:
	@${ECHO} "===>   Installing .wmbutton as ${PREFIX}/share/examples/wmbutton/wmbutton"
	@${ECHO} "===>   Modify if you wish and copy to ~/.wmbutton"
	@${MKDIR} ${PREFIX}/share/examples/wmbutton && chmod a+rx ${PREFIX}/share/examples/wmbutton
	#${INSTALL_DATA} ${WRKSRC}/.wmbutton ${PREFIX}/share/examples/wmbutton/wmbutton
	@${ECHO} "===>   Installing README in ${PREFIX}/share/doc/wmbutton"
	@${ECHO} "===>   Please read it for usage instructions"
	@${MKDIR} ${PREFIX}/share/doc/wmbutton && chmod a+rx ${PREFIX}/share/doc/wmbutton
	@${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/wmbutton

.include <bsd.port.mk>