1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/x11-clocks/wmtime/Makefile
Edwin Groothuis 298240671f [PATCH] x11-clocks/wmtime distsite fix
connection refused or timeout

PR:		ports/67401
Submitted by:	Roman Neuhauser <neuhauser@chello.cz>
2004-05-31 00:03:59 +00:00

25 lines
537 B
Makefile

# New ports collection makefile for: wmtime
# Date created: 1 July 1998
# Whom: Rich Neswold <rneswold@mcs.net>
#
# $FreeBSD$
#
PORTNAME= wmtime
PORTVERSION= 1.0b2
CATEGORIES= x11-clocks windowmaker
MASTER_SITES= http://linuxberg.matrix.com.br/files/x11/xwin/
MAINTAINER= ports@FreeBSD.org
COMMENT= Time/Date applet for WindowMaker
PLIST_FILES= bin/wmtime
WRKSRC= ${WRKDIR}/wmtime.app/wmtime
USE_IMAKE= yes
USE_XPM= yes
post-extract:
${CP} ${WRKSRC}/../Imakefile ${WRKSRC}/Imakefile
.include <bsd.port.mk>