freebsd-ports/x11-clocks/wmdate/Makefile

34 lines
692 B
Makefile
Raw Normal View History

# New ports collection makefile for: wmdate
# Date created: 1 February 1999
1999-08-14 10:37:25 +02:00
# Whom: Jim Mock <jim@FreeBSD.org>
#
1999-08-31 05:04:38 +02:00
# $FreeBSD$
#
PORTNAME= wmdate
2001-02-05 18:05:29 +01:00
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_XORG= xpm
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>