7ff105631c
PR: 23508 Submitted by: myself Approved by: maintainer
23 lines
468 B
Makefile
23 lines
468 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
|
|
|
|
WRKSRC= ${WRKDIR}/wmtime.app/wmtime
|
|
USE_IMAKE= yes
|
|
USE_XPM= yes
|
|
|
|
post-extract:
|
|
${CP} ${WRKSRC}/../Imakefile ${WRKSRC}/Imakefile
|
|
|
|
.include <bsd.port.mk>
|