openbsd-ports/x11/wmdate/Makefile
naddy 49afc89ea6 MASTER_SITES fix by Heikki Korpela <heko@saitti.net>:
- Add ftp.funet.fi and ftp.sunet.se mirrors where available.
- Remove broken ftp.funet.fi references.
2001-07-13 11:23:37 +00:00

31 lines
770 B
Makefile

# $OpenBSD: Makefile,v 1.8 2001/07/13 11:25:05 naddy Exp $
COMMENT= 'wm-dockapp; shows the current date'
DISTNAME= wmdate-0.7
CATEGORIES= x11 x11/windowmaker
NEED_VERSION= 1.364
HOMEPAGE= http://wit401310.student.utwente.nl/~dalroi/apps/wmdate.php
MAINTAINER= Peter Stromberg <wilfried@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://wit401310.student.utwente.nl/~dalroi/apps/apps/ \
ftp://ftp.sra.co.jp/pub/os/FreeBSD/distfiles/
LIB_DEPENDS= dockapp::devel/libdockapp
USE_X11= Yes
CONFIGURE_STYLE= imake noman
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/wmdate
${INSTALL_DATA} ${WRKSRC}/COPYING ${PREFIX}/share/doc/wmdate
.include <bsd.port.mk>