aboutsummaryrefslogtreecommitdiffstats
path: root/x11-clocks/wmdate/Makefile
blob: 4aa7b947e63a6e05436a9564b418c80ae87ab13e (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:    wmdate
# Version required: 0.7
# Date created:     1 February 1999
# Whom:         Jim Mock <jim@phrantic.phear.net>
#
# $Id: Makefile,v 1.3 1999/07/17 17:35:42 cpiazza Exp $
#

DISTNAME=   wmdate-0.7
CATEGORIES= x11-clocks windowmaker afterstep
MASTER_SITES=   http://wit401310.student.utwente.nl/apps/apps/

MAINTAINER= jim@phrantic.phear.net

LIB_DEPENDS=    Xpm.4:${PORTSDIR}/graphics/xpm
BUILD_DEPENDS=  ${PREFIX}/include/dockapp.h:${PORTSDIR}/x11-wm/libdockapp

USE_IMAKE=  yes
NO_INSTALL_MANPAGES=    yes

post-install:
.if !defined(NOPORTDOCS)
    @${MKDIR} ${PREFIX}/share/doc/wmdate
    @${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/wmdate
    @${ECHO} "===>   README installed in ${PREFIX}/share/doc/wmdate"
.endif

.include <bsd.port.mk>