mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
fbf975d48a
PR: 18144 Submitted by: maintainer
25 lines
523 B
Makefile
25 lines
523 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
|
|
|
|
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>
|