mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
298240671f
connection refused or timeout PR: ports/67401 Submitted by: Roman Neuhauser <neuhauser@chello.cz>
25 lines
537 B
Makefile
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>
|