mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
b4fd0b8e38
been inactive for over 12 months and did not respond to my email confirming their status: keith, nakai, torstenb Reviewed by: portmgr
26 lines
580 B
Makefile
26 lines
580 B
Makefile
# New ports collection makefile for: mlclock
|
|
# Date created: December 05 1997
|
|
# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mlclock
|
|
PORTVERSION= 1.1
|
|
CATEGORIES= x11-clocks
|
|
MASTER_SITES= http://www.hry.info.gifu-u.ac.jp/~hideki/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Clock for mlvwm window manager
|
|
|
|
USE_IMAKE= yes
|
|
WRKSRC= ${WRKDIR}/mlclock
|
|
|
|
post-install:
|
|
@${MKDIR} ${PREFIX}/share/mlclock
|
|
.for i in mlclockrc mlclockrc-kanji
|
|
${INSTALL_DATA} ${WRKSRC}/rcfile/${i} ${PREFIX}/share/mlclock
|
|
.endfor
|
|
|
|
.include <bsd.port.mk>
|