1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/x11-clocks/wmtime/Makefile
Steve Price c51aab4aae Initial import of wmtime version 1.0b2
Time/Date applet for WindowMaker.

PR:		7139
Submitted by:	Richard M. Neswold <rneswold@mcs.net>
1998-07-12 23:14:13 +00:00

25 lines
509 B
Makefile

# New ports collection makefile for: wmtime
# Version required: 1.0b2
# Date created: 1 July 1998
# Whom: Rich Neswold <rneswold@mcs.net>
#
# $Id$
#
DISTNAME= wmtime-1.0b2
CATEGORIES= x11
MASTER_SITES= http://www.xs4all.nl/~warp/files/
MAINTAINER= rneswold@mcs.net
LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
WRKSRC= ${WRKDIR}/wmtime.app/wmtime
USE_IMAKE= yes
NO_INSTALL_MANPAGES= 1
post-extract:
${CP} ${WRKSRC}/../Imakefile ${WRKSRC}/Imakefile
.include <bsd.port.mk>