mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
dbc81c7d5b
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Category X. CR: D511 Approved by: portmgr (bapt)
28 lines
615 B
Makefile
28 lines
615 B
Makefile
# Created by: pat
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= wmclockmon
|
|
PORTVERSION= 0.8.1
|
|
PORTREVISION= 5
|
|
CATEGORIES= x11-clocks windowmaker
|
|
MASTER_SITES= http://tnemeth.free.fr/projets/programmes/
|
|
|
|
MAINTAINER= xride@FreeBSD.org
|
|
COMMENT= Digital clock dockapp with a similar look to wmcpuload
|
|
|
|
USE_XORG= xpm
|
|
USE_GNOME= gtk12
|
|
GNU_CONFIGURE= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|gtk-config|${GTK_CONFIG}|g' \
|
|
${WRKSRC}/wmclockmon-config/Makefile.in
|
|
|
|
post-install:
|
|
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
|
.for i in 1 2
|
|
@${INSTALL_DATA} ${WRKSRC}/doc/sample${i}.wmclockmonrc ${STAGEDIR}${EXAMPLESDIR}
|
|
.endfor
|
|
|
|
.include <bsd.port.mk>
|