1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/x11-clocks/wmtime/Makefile

25 lines
530 B
Makefile
Raw Normal View History

# New ports collection makefile for: wmtime
# Version required: 1.0b2
# Date created: 1 July 1998
# Whom: Rich Neswold <rneswold@mcs.net>
#
1999-08-31 03:04:38 +00:00
# $FreeBSD$
#
DISTNAME= wmtime-1.0b2
1999-01-18 06:43:04 +00:00
CATEGORIES= x11-clocks windowmaker
MASTER_SITES= ftp://ftp.mezaway.org/pub/DockApps/
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>