diff options
Diffstat (limited to 'x11-clocks/wmdate/Makefile')
-rw-r--r-- | x11-clocks/wmdate/Makefile | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/x11-clocks/wmdate/Makefile b/x11-clocks/wmdate/Makefile index 51ee1a23e65a..28d37cbbbc3a 100644 --- a/x11-clocks/wmdate/Makefile +++ b/x11-clocks/wmdate/Makefile @@ -7,23 +7,27 @@ PORTNAME= wmdate PORTVERSION= 0.7 -PORTREVISION= 2 +PORTREVISION= 3 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 +LIB_DEPENDS= dockapp.2:${PORTSDIR}/x11-wm/libdockapp USE_IMAKE= yes USE_XPM= yes +PLIST_FILES= bin/wmdate + +PORTDOCS= README + 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" + @${MKDIR} ${DOCSDIR} + @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} + @${ECHO_MSG} "===> README installed in ${DOCSDIR}" .endif .include <bsd.port.mk> |