freebsd-ports/x11-clocks/wmdate/Makefile
Peter Wemm 02c5b6c7c6 Change all www.freebsd.org/~user references to people.FreeBSD.org/~user,
as the days of the former are numbered.

Reviewed by:	asami
2000-02-08 09:29:51 +00:00

30 lines
753 B
Makefile

# New ports collection makefile for: wmdate
# Version required: 0.7
# Date created: 1 February 1999
# Whom: Jim Mock <jim@FreeBSD.org>
#
# $FreeBSD$
#
DISTNAME= wmdate-0.7
CATEGORIES= x11-clocks windowmaker afterstep
MASTER_SITES= http://wit401310.student.utwente.nl/apps/apps/ \
http://people.FreeBSD.org/~jim/distfiles/
MAINTAINER= jim@FreeBSD.org
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>