mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
8cc8d7313b
it shows standard time, date, as well as the new internet time. For more info on internet time, see http://www.swatch.com/ PR: 9999 Submitted by: Jim Mock <jim@phrantic.phear.net>
26 lines
515 B
Makefile
26 lines
515 B
Makefile
# New ports collection makefile for: wmitime
|
|
# Version required: 0.2
|
|
# Date created: 14 March 1999
|
|
# Whom: Jim Mock <jim@phrantic.phear.net>
|
|
#
|
|
# $Id$
|
|
#
|
|
|
|
DISTNAME= wmitime-0.2
|
|
CATEGORIES= x11-clocks windowmaker afterstep
|
|
MASTER_SITES= http://www.neotokyo.org/illusion/
|
|
|
|
MAINTAINER= jim@phrantic.phear.net
|
|
|
|
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
|
|
|
|
USE_GMAKE= yes
|
|
USE_X_PREFIX= yes
|
|
|
|
WRKSRC= ${WRKDIR}/wmitime.app/wmitime
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/wmitime ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|