1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/x11-clocks/wmtime/Makefile
2003-02-21 14:08:24 +00:00

24 lines
509 B
Makefile

# New ports collection makefile for: wmtime
# Date created: 1 July 1998
# Whom: Rich Neswold <rneswold@mcs.net>
#
# $FreeBSD$
#
PORTNAME= wmtime
PORTVERSION= 1.0b2
CATEGORIES= x11-clocks windowmaker
MASTER_SITES= ftp://ftp.enteract.com/users/rneswold/
MAINTAINER= rneswold@enteract.com
COMMENT= Time/Date applet for WindowMaker
WRKSRC= ${WRKDIR}/wmtime.app/wmtime
USE_IMAKE= yes
USE_XPM= yes
post-extract:
${CP} ${WRKSRC}/../Imakefile ${WRKSRC}/Imakefile
.include <bsd.port.mk>