mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
26 lines
543 B
Makefile
26 lines
543 B
Makefile
# New ports collection makefile for: wmitime
|
|
# Version required: 0.3
|
|
# Date created: 14 March 1999
|
|
# Whom: Jim Mock <jim@FreeBSD.org>
|
|
#
|
|
# $Id: Makefile,v 1.2 1999/04/19 13:37:08 kris Exp $
|
|
#
|
|
|
|
DISTNAME= wmitime-0.3
|
|
CATEGORIES= x11-clocks windowmaker afterstep
|
|
MASTER_SITES= http://www.neotokyo.org/illusion/
|
|
|
|
MAINTAINER= jim@FreeBSD.org
|
|
|
|
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
|
|
|
|
USE_GMAKE= yes
|
|
USE_X_PREFIX= yes
|
|
|
|
WRKSRC= ${WRKDIR}/wmitime/wmitime
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/wmitime ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|