d4f0d0048a
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
23 lines
491 B
Makefile
23 lines
491 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= 1
|
|
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_X_PREFIX= yes
|
|
USE_XPM= yes
|
|
|
|
.include <bsd.port.mk>
|