blob: 1d9dfb6a720477be50757c5ce58d0ccc97cd5a99 (
plain) (
tree)
|
|
# New ports collection makefile for: wmclockmon
# Date created: Sat Sep 21 01:48:10 EDT 2002
# Whom: pat
#
# $FreeBSD$
#
PORTNAME= wmclockmon
PORTVERSION= 0.8.1
PORTREVISION= 4
CATEGORIES= x11-clocks windowmaker
MASTER_SITES= http://tnemeth.free.fr/projets/programmes/
MAINTAINER= xride@FreeBSD.org
COMMENT= A digital clock dockapp with a similar look to wmcpuload
USE_XORG= xpm
USE_GNOME= gtk12
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
MAN1= wmclockmon.1 wmclockmon-config.1 wmclockmon-cal.1
post-patch:
@${REINPLACE_CMD} -e 's|gtk-config|${GTK_CONFIG}|g' \
${WRKSRC}/wmclockmon-config/Makefile.in
post-install:
@${MKDIR} ${EXAMPLESDIR}
.for i in 1 2
@${INSTALL_DATA} ${WRKSRC}/doc/sample${i}.wmclockmonrc ${EXAMPLESDIR}
.endfor
.include <bsd.port.mk>
|