openbsd-ports/x11/wmdate/Makefile

27 lines
582 B
Makefile
Raw Normal View History

2002-09-17 10:35:03 -04:00
# $OpenBSD: Makefile,v 1.12 2002/09/17 14:35:04 wilfried Exp $
COMMENT= 'wm-dockapp; shows the current date'
DISTNAME= wmdate-0.7
CATEGORIES= x11 x11/windowmaker
MAINTAINER= Peter Stromberg <wilfried@openbsd.org>
2002-04-19 08:46:32 -04:00
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
LIB_DEPENDS= dockapp::devel/libdockapp
USE_X11= Yes
2001-10-25 18:34:48 -04:00
NO_REGRESS= 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>