1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/x11-clocks/wmitime/Makefile
Martin Wilke 077a58f032 - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
2008-03-22 14:48:03 +00:00

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>