blob: 3a5ca2142a6cf5bbc9643ee855a1651fcd3d9864 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: wmitime
# Date created: 14 March 1999
# Whom: Jim Mock <jim@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= wmitime
PORTVERSION= 0.3
CATEGORIES= x11-clocks windowmaker afterstep
MASTER_SITES= http://www.neotokyo.org/illusion/downloads/
MAINTAINER= jim@FreeBSD.org
COMMENT= A clock dockapp that shows the date, time, and internet time
WRKSRC= ${WRKDIR}/wmitime/wmitime
USE_X_PREFIX= yes
USE_XPM= yes
.include <bsd.port.mk>
|