blob: 5f222351f21ef71beda6ac31a2d34bda32d92ea0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# New ports collection makefile for: EyeClock
# Date created: 4 September 1998
# Whom: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
#
# $FreeBSD$
#
PORTNAME= eyeclock
PORTVERSION= 2.0
CATEGORIES= x11-clocks
MASTER_SITES= http://www.seki.ee.kagu.sut.ac.jp/~sakai/
MAINTAINER= kiri@pis.toba-cmt.ac.jp
COMMENT= A clock with eyes following the mouse pointer
#ALL_TARGET= all
USE_X_PREFIX= yes
USE_XPM= yes
MAN1= eyeclock.1
MANCOMPRESSED= yes
.include <bsd.port.mk>
|