1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/x11-clocks/wmitime/Makefile
Kris Kennaway 8cc8d7313b WMitime is yet another clock dockapp (and quite overglorified at that)
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>
1999-03-16 09:46:15 +00:00

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>