1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/x11-clocks/wmclockmon/Makefile
Tijl Coosemans f83c7639aa Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 19:52:19 +00:00

28 lines
615 B
Makefile

# Created by: pat
# $FreeBSD$
PORTNAME= wmclockmon
PORTVERSION= 0.8.1
PORTREVISION= 7
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>