aboutsummaryrefslogtreecommitdiff
path: root/x11-clocks/wmdate/Makefile
blob: 28d37cbbbc3a6a6ef76d6820b1f02e8fb1b52142 (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
# New ports collection makefile for:	wmdate
# Date created:		1 February 1999
# Whom:			Jim Mock <jim@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	wmdate
PORTVERSION=	0.7
PORTREVISION=	3
CATEGORIES=	x11-clocks windowmaker afterstep
MASTER_SITES=	http://solfertje.student.utwente.nl/~dalroi/wmdate/files/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Date app for the WindowMaker dock

LIB_DEPENDS=	dockapp.2:${PORTSDIR}/x11-wm/libdockapp

USE_IMAKE=	yes
USE_XPM=	yes

PLIST_FILES=	bin/wmdate

PORTDOCS=	README

post-install:
.if !defined(NOPORTDOCS)
	@${MKDIR} ${DOCSDIR}
	@${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
	@${ECHO_MSG} "===>   README installed in ${DOCSDIR}"
.endif

.include <bsd.port.mk>