1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00
freebsd-ports/x11-clocks/wmtime/Makefile
Pav Lucistnik f6b75e76a6 - Replace MASTER_SITES
PR:		ports/97848 (based on)
Submitted by:	Martin Wilke <freebsd@unixfreunde.de>
2006-05-26 17:41:42 +00:00

27 lines
622 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= http://web.cs.mun.ca/~gstarkes/wmaker/dockapps/files/ \
http://freebsd.unixfreunde.de/sources/ \
http://mirror2.unixfreunde.de/
MAINTAINER= ports@FreeBSD.org
COMMENT= Time/Date applet for WindowMaker
PLIST_FILES= bin/wmtime
WRKSRC= ${WRKDIR}/wmtime.app/wmtime
USE_IMAKE= yes
USE_XPM= yes
post-extract:
${CP} ${WRKSRC}/../Imakefile ${WRKSRC}/Imakefile
.include <bsd.port.mk>