freebsd-ports/x11-clocks/wmtime/Makefile

28 lines
639 B
Makefile
Raw Normal View History

# New ports collection makefile for: wmtime
# Date created: 1 July 1998
# Whom: Rich Neswold <rneswold@mcs.net>
#
1999-08-31 05:04:38 +02:00
# $FreeBSD$
#
PORTNAME= wmtime
2001-02-05 18:05:29 +01:00
PORTVERSION= 1.0b2
PORTREVISION= 1
1999-01-18 07:43:04 +01:00
CATEGORIES= x11-clocks windowmaker
MASTER_SITES= http://web.cs.mun.ca/~gstarkes/wmaker/dockapps/files/ \
http://freebsd.unixfreunde.de/sources/ \
http://mirror2.unixfreunde.de/
MAINTAINER= ports@FreeBSD.org
2003-02-21 15:08:24 +01:00
COMMENT= Time/Date applet for WindowMaker
PLIST_FILES= bin/wmtime
WRKSRC= ${WRKDIR}/wmtime.app/wmtime
USE_IMAKE= yes
USE_XORG= xpm
post-extract:
${CP} ${WRKSRC}/../Imakefile ${WRKSRC}/Imakefile
.include <bsd.port.mk>