1e474f48e1
"I haven't used any of those ports myself for a long time, so I think it's best you remove me as maintainer."
27 lines
558 B
Makefile
27 lines
558 B
Makefile
# $OpenBSD: Makefile,v 1.20 2012/12/13 16:34:48 naddy Exp $
|
|
|
|
COMMENT= wm-dockapp; shows the current date
|
|
|
|
DISTNAME= wmdate-0.7
|
|
REVISION= 2
|
|
CATEGORIES= x11 x11/windowmaker
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WANTLIB= X11 Xau Xdmcp Xext Xpm c dockapp
|
|
|
|
LIB_DEPENDS= devel/libdockapp
|
|
|
|
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>
|