mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
077a58f032
- Bump PORTREVISION Approved by: portmgr (xorg cleanup)
23 lines
474 B
Makefile
23 lines
474 B
Makefile
# New ports collection makefile for: wmitime
|
|
# Date created: 14 March 1999
|
|
# Whom: Jim Mock <jim@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= wmitime
|
|
PORTVERSION= 0.3
|
|
PORTREVISION= 2
|
|
CATEGORIES= x11-clocks windowmaker afterstep
|
|
MASTER_SITES= http://dockapps.org/files/22/29/
|
|
|
|
MAINTAINER= xride@FreeBSD.org
|
|
COMMENT= A clock dockapp that shows the date, time, and internet time
|
|
|
|
WRKSRC= ${WRKDIR}/wmitime/wmitime
|
|
|
|
PLIST_FILES= bin/wmitime
|
|
USE_XORG= xpm
|
|
|
|
.include <bsd.port.mk>
|