aboutsummaryrefslogtreecommitdiff
path: root/x11-clocks/wmtz/Makefile
blob: 71eb24f796a4423939d0492c091d3697e84f7f8c (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
# New ports collection makefile for:	wmtz
# Version required:		0.4
# Date created:			24 Apr 1999
# Whom:				Jim Mock <jim@FreeBSD.org>
#
# $Id: Makefile,v 1.2 1999/06/19 18:24:30 cpiazza Exp $
#

DISTNAME=	wmtz-0.4
CATEGORIES=	x11-clocks windowmaker afterstep
MASTER_SITES=	http://www.algonet.se/~jlin/

MAINTAINER=	jim@FreeBSD.org

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

USE_GMAKE=	yes
WRKSRC=		${WRKDIR}/${DISTNAME}/wmtz
USE_X_PREFIX=	yes

post-install:
	@${ECHO} "===>   Installing wmtzrc in ${PREFIX}/share/examples/wmtz"
	@${ECHO} "===>   Modify to your config and copy to ~/.wmtzrc"
	@${MKDIR} ${PREFIX}/share/examples/wmtz && chmod a+rx ${PREFIX}/share/examples/wmtz
	@${INSTALL_DATA} ${WRKSRC}/wmtzrc ${PREFIX}/share/examples/wmtz
	@${ECHO} "===>   Run wmtz --help for usage instructions"

.include <bsd.port.mk>