freebsd-ports/x11-clocks/wmdate/Makefile
Mark Linimon f26eeca533 Remove dead mastersites.
Source:	distfile survey
2005-11-27 03:24:37 +00:00

29 lines
713 B
Makefile

# New ports collection makefile for: wmdate
# Date created: 1 February 1999
# Whom: Jim Mock <jim@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= wmdate
PORTVERSION= 0.7
PORTREVISION= 1
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
BUILD_DEPENDS= ${X11BASE}/include/dockapp.h:${PORTSDIR}/x11-wm/libdockapp
USE_IMAKE= yes
USE_XPM= 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>